Jun 21 - I’m trying to understand how “Chat history” works in Google Gemini models. With OpenAI’s ChatGPT, their API doesn’t store conversation history. We have to manage that ourselves, but we have control…
Hi,
Welcome to Forum
When using the Gemini API directly in your own application, you are responsible for managing the conversation history and sending it with each relevant API call to maintain context.
Thanks