withbotshq / botsapp

An app to make personalized AI bots and chat with them
https://withbots.app/
21 stars 0 forks source link

Model toggle acts globally, not scoped per-chat #63

Open geoffreylitt opened 1 year ago

geoffreylitt commented 1 year ago

If I have multiple chat generations running simultaneously with different models, the toggle affects the styling of all in-progress generations. Eg: if I start a GPT-4 generation and then a GPT-3.5 generation, the original GPT-4 generation changes its logo to the 3.5 logo.

Desired behavior: the model toggle should act separately for each individual in-progress chat.

Context: I sometimes kick off chats with both models to assess how well 3.5 vs 4 can do the task.