acheong08 / Bard

Python SDK/API for reverse engineered Google Bard
MIT License
1.42k stars 178 forks source link

The chatbot doesn't retain information #19

Closed dcuevasa closed 1 year ago

dcuevasa commented 1 year ago

Whenever the program is shut the chatbot forgets whatever i told it. I tried setting the conversation_id manually and saving the chatbot object in a file for later retrieval, but nothing worked

Delamcode commented 1 year ago

It does if you loop it and use the same chatbot() object. You cannot save it to a file so data will be lost on restart.

acheong08 commented 1 year ago

Intended by Google