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.

Home Page:https://big-agi.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] "Beam from here" mis-labels the model

dandv opened this issue · comments

Description

  1. Save a Beam model preset "Opus vs. Gemini" configured accordingly.
  2. Start a chat asking Gemini something.
  3. Click "Beam from here"
  4. From the Beam ⋮menu, choose to Load Opus vs. Gemini

Notice how Gemini's output is labeled Opus.

Device and browser

Chromium 124

Screenshots and more

image

Willingness to Contribute

  • 🙋‍♂️ Yes, I would like to contribute a fix.

Absolutely great job at finding this. I was looking at the code, and I'm aware of this bug - the issue on why this is not fixed (there's a special note on the code) is that by the time we get here we know the model of the chat (Gemini) but the identity of the model of the actual message is incomplete. (just some mapping/search operation). Very good find.