OpenAI’s API is stateless, which means you need to send the entire conversation thread in each request.
So when you send a response like “perfect, now do…”, you’re reinforcing the language model that the conversation history is on the right track.
OpenAI’s API is stateless, which means you need to send the entire conversation thread in each request.
So when you send a response like “perfect, now do…”, you’re reinforcing the language model that the conversation history is on the right track.