Documentation
README
Import ChatGPT conversation history into Vellum so users can keep their conversation context and memory when switching from ChatGPT.
How to guide the user
When a user wants to import their ChatGPT conversations:
- Tell the user how to export. They need to go to ChatGPT Settings > Data controls > Export data. ChatGPT will email them a ZIP file.
- Ask the user to upload the ZIP file. Use whatever file upload tools or skills are available to receive the ZIP.
- Run the import. Once you have the ZIP file path, run:
bun run scripts/parse-export.ts --file "$ZIP_PATH" | assistant conversations import --json
This is the opening of the README. Read the full README on GitHub.