mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-11 00:04:08 -05:00
Auto-generation of Prompt Title Fails with Multiple LLMs Unless First Prompt Box is Clicked #1802
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 @martineliascz on GitHub (Aug 16, 2024).
Bug Report
Installation Method
git clone
Environment
Confirmation:
Expected Behavior:
The prompt title should be automatically generated without requiring any interaction with the first prompt box.
Actual Behavior:
The prompt title auto generation does not work when using multiple LLMs unless the first prompt box is clicked upon before it is actually generated.
Description
Bug Summary:
When using multiple Language Learning Models (LLMs) in Open WebUI, the auto generation of prompt titles fails unless there is user interaction with the first prompt box before the title is generated.
Reproduction Details
Steps to Reproduce:
Logs and Screenshots
Screenshots/Screen Recordings (if applicable):

Additional Information
This issue occurs consistently when more than one LLM is active. The problem may be related to how events are triggered for UI elements in the presence of multiple LLM configurations.