enricoros / big-AGI

Generative AI suite powered by state-of-the-art models and providing advanced AI/AGI functions. It features AI personas, AGI functions, multi-model chats, text-to-image, voice, response streaming, code highlighting and execution, PDF import, presets for developers, much more. Deploy on-prem or in the cloud.
https://big-agi.com
MIT License
5.28k stars 1.2k forks source link

Beam: continue chats in beam per model, or with all models #553

Open dandv opened 4 months ago

dandv commented 4 months ago

Why The ability to continue chats in a Beam would enable users to:

Description After starting a Beam, I'd like the ability to continue the chat with each model individually, or to send the same message to all models. At any point, it should still be possible to merge the last answers into one.

image

enricoros commented 4 months ago

Thanks for the request, probably the least intrusive way to keep chatting would be to show a "message bubble" on the bottom-left corner (the bottom-right has the "done" actions). #483

Once the message bubble is pressed, it should show a small 1-line input box, which could be used to chat (very simple traditional text chat) with the individual response, and the assumption is that the last response in each "thread" is the one considered for the merge.