mirror of
https://github.com/open-webui/open-webui.git
synced 2026-08-30 17:25:30 -05:00
[GH-ISSUE #7863] Allow switching the base model of a custom bot directly within the conversation interface. #85653
Reference in New Issue
Block a user
Originally created by @CookSleep on GitHub (Dec 15, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/7863
Is your feature request related to a problem? Please describe.
I have created some specialized bots using custom models. When I want to compare how different base models perform under the same custom model configuration, I have to repeatedly enter the model settings interface to switch the base model. This is very time-consuming.
Describe the solution you'd like
Allow switching the base model of a custom bot directly within the conversation interface.
Describe alternatives you've considered
I know that it's possible to use the system prompt and model switching feature in a normal conversation, but this is not convenient for debugging several bots that already have many settings configured...