I don't see a field for sth like conversation_id in the example (https://platform.openai.com/docs/api-reference/chat):
{
"model": "gpt-3.5-turbo",
"messages": [{"role": "user", "content": "Hello!"}]
}
... is multi-turn conversation possible?
An API for accessing new AI models developed by OpenAI