mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
bug: Using Enter/Return key to autocomplete prompts/model selection resulted in sending it as chat instead #1105
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 @Syakyr on GitHub (Jun 3, 2024).
Bug Report
Description
Bug Summary:
Using the Enter/Return key to autocomplete prompts/model/website selection would result in sending the incomplete prompt/model selection command instead.
Steps to Reproduce:
/,@,#, etc. ( I have not tested the other shortcut selections)Expected Behavior:
It should just select the prompt/model/website that you want and you can continue writing your chat prompt
Actual Behavior:
It sends the incomplete prompt/model/website as the chat prompt
Environment
Open WebUI Version: 0.2.2
Ollama (if applicable): Not applicable, using external LiteLLM server as backend
Operating System: Docker 26.1.3 on Debian 6 (server)
Browser (if applicable): Brave 1.66.118 (Chromium 125.0.6422.147)
Reproduction Details
Confirmation:
bothOpen WebUIand Ollama.I have included the Docker container logs.Logs and Screenshots
Browser Console Logs:
open-webui-1717390482348.log
Docker Container Logs:
not applicable
Screenshots (if applicable):

Installation Method
Docker
Additional Information
None
@tjbck commented on GitHub (Jun 3, 2024):
Should be fixed with the latest, Let me know if the issue persists!