Echoshard / Gemini_Discordbot

A Gemini Discord bot that can accept images and has conversation memory
MIT License
67 stars 38 forks source link

[Request] Looking to add ongoing conversation functionality to Gemini Pro Vision models #1

Closed AlanBacker closed 8 months ago

AlanBacker commented 8 months ago

The whole project is easy to use, simple and powerful, but I hope to add the historical dialogue function of the Vision model. Is it possible to achieve it successfully?

Echoshard commented 8 months ago

It's possible but not recommended due to the discords limitation. It was meant as an example mostly for people to get started. So I coupled the Vision and the text system depending on what it detects. It's not like bard/chatgpt where you have different conversations. Discord is one thread as I mostly DM it, and I didn't want it to have to deal with channels.

That being said It might be better to decouple them and make a vision only bot with history. So you could run this bot and the vision only history bot.

Thanks for your kind words!