Expand description
ChatGPT (OpenAI) cloud provider
Fetches conversation history from ChatGPT web interface.
§Authentication
Requires either:
- API key via
OPENAI_API_KEYenvironment variable (for API access) - Session token for web interface access (retrieved from browser cookies)
Note: The official API doesn’t provide conversation history access. Web scraping requires a session token from browser cookies.
Structs§
- ChatGPT
Provider - ChatGPT provider for fetching conversation history
Functions§
- parse_
chatgpt_ export - Parse a ChatGPT export file (JSON format from “Export data” feature)