Currently the API is stateless which means it doesn’t automatically track your previous messages. With each new request you need to send the previous messages (this will give it the chat history effect).
Currently the API is stateless which means it doesn’t automatically track your previous messages. With each new request you need to send the previous messages (this will give it the chat history effect).