Want the recent conversation history to manage using the api

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).

3 Likes