We are having difficulty retrieving the conversation_id (using the API), so we can return to our conversation and continue the conversation with context. Any help would be appreciated.
1 Like
This is not possible currently.
You cannot connect prompts/completions with each other.
To continue the conversation, you need to send the entire conversation thus far in the prompt each time. There’s quite a few examples of this on GitHub in various languages.
Hope this helps.
Very helpful thanks!
Hi Paul - Do we know when conversation_id will be supported ?
does it meant, every each conversion will cost more token? (because the prompt needed to pass the history of chat? )
That may be one reason OpenAI decides to lower the chat token
cost by 90%.
1 Like