mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-30 05:18:47 -05:00
feat: Add button to start new chat with the currently selected model #1373
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bannert1337 on GitHub (Jun 25, 2024).
Is your feature request related to a problem? Please describe.
It's somewhat cumbersome to always manually switch models when starting a new chat. A quick way to start a new chat directly with the selected model would streamline the user experience.
Describe the solution you'd like
I would like to have a button that, when clicked, starts a new chat with the currently selected model. This would save steps and make the chat initiation process more efficient.
Describe alternatives you've considered
An alternative could be to have an automatic prompt or option when ending a chat to start a new one with the same model, but this might be more intrusive compared to a dedicated button.
Additional context
This feature could greatly enhance workflow for frequent users who often switch between chats and models. A mockup of the UI with the added button could be provided if needed.
@tjbck commented on GitHub (Nov 11, 2024):
Refactored on dev to use the previously selected models by default. From the new chat page, if you click on the new caht button once again it'll load your "default" selected model configuration.