DEV Community

Discussion on: How to Integrate Gemini API with React.js: A Step-by-Step Guide.

Collapse
 
adilet_aitmatov_378a2f405 profile image
Adilet Aitmatov

But your model doesnt remember previous messages

Collapse
 
tahrim_bilal profile image
Tahrim Bilal

I'm currently passing only the latest user input to the model, not the entire chat history. That's why it doesn't remember previous responses.