mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-25 01:36:29 -05:00
[GH-ISSUE #9026] Importing chats from the ChatGPT export function that were a part of a project / folder are not visible in the UI #30889
Reference in New Issue
Block a user
Originally created by @j05hau on GitHub (Jan 28, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/9026
Bug Report
Installation Method
Docker, but this shouldn't matter as it appears to be a bug in the JSON formatting
Environment
Expected Behavior:
When you export your chats from ChatGPT and import them into Open WebUI, all chats are added to the UI
Actual Behavior:
When you import the chats that were exported from the ChatGPT interface, all but the Projects/Folder chats are imported.
Description
Bug Summary:
Looking at the JSON file from the export, it appears that the metadata has a discrepancy between a chat that was in a folder compared to a chat that was never in one. Even if you move the chat out of the folder and export them again, the chat that was in a folder appears to retain its metadata, resulting in those chats not importing at all.
Reproduction Details
Steps to Reproduce:
@j05hau commented on GitHub (Jan 28, 2025):
As a related but adjacent note that is also a bug that appears to be derived from JSON data issues, all of the chats report that they are responded to by chatgpt-3.5-turbo where chatgpt-4o and others should be.