I have searched for any existing and/or related issues.
I have searched for any existing and/or related discussions.
I have also searched in the CLOSED issues AND CLOSED discussions and found no related items (your issue might already be addressed on the development branch!).
I am using the latest version of Open WebUI.
Installation Method
Docker
Open WebUI Version
0.8.7
Ollama Version (if applicable)
llama.cpp
Operating System
Ubuntu 24
Browser (if applicable)
Chrome
Confirmation
I have read and followed all instructions in README.md.
I am using the latest version of both Open WebUI and Ollama.
I have included the browser console logs.
I have included the Docker container logs.
I have provided every relevant configuration, setting, and environment variable used in my setup.
I have clearly listed every relevant configuration, custom setting, environment variable, and command-line option that influences my setup (such as Docker Compose overrides, .env values, browser settings, authentication configurations, etc).
I have documented step-by-step reproduction instructions that are precise, sequential, and leave nothing to interpretation. My steps:
Start with the initial platform/version/OS and dependencies used,
Specify exact install/launch/configure commands,
List URLs visited, user input (incl. example values/emails/passwords if needed),
Describe all options and toggles enabled or changed,
Include any files or environmental changes,
Identify the expected and actual result at each stage,
Ensure any reasonably skilled user can follow and hit the same issue.
Expected Behavior
When text selected in the chat, I expect "Ask" and "Explain" Floating Quick Actions.
Actual Behavior
When text selected in the chat, "Ask" and "Explain" Floating Quick Actions missing, IF the model used for the chat is NOT present anymore.
Steps to Reproduce
I was using OpenWebUI to generate chats with one model: local-qwen3-80b running via llama.cpp. Floating Quick Actions works, as expected.
In llama.cpp, switch to use another model - local-qwen35-122b.
Now that the model from step1 is not available anymore - "Floating Quick Actions" works as expected only for chats generated with new model - local-qwen35-122b, but doesn't work if I open any chat generated in step1 with local-qwen3-80b
Logs & Screenshots
Missing "Floating Quick Actions" in case models mismatch:
"Floating Quick Actions" present:
Additional Information
No response
Originally created by @SlavikCA on GitHub (Mar 2, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/22139
Originally assigned to: @Classic298 on GitHub.
### Check Existing Issues
- [x] I have searched for any existing and/or related issues.
- [x] I have searched for any existing and/or related discussions.
- [x] I have also searched in the CLOSED issues AND CLOSED discussions and found no related items (your issue might already be addressed on the development branch!).
- [x] I am using the latest version of Open WebUI.
### Installation Method
Docker
### Open WebUI Version
0.8.7
### Ollama Version (if applicable)
llama.cpp
### Operating System
Ubuntu 24
### Browser (if applicable)
Chrome
### Confirmation
- [x] I have read and followed all instructions in `README.md`.
- [x] I am using the latest version of **both** Open WebUI and Ollama.
- [x] I have included the browser console logs.
- [x] I have included the Docker container logs.
- [x] I have **provided every relevant configuration, setting, and environment variable used in my setup.**
- [x] I have clearly **listed every relevant configuration, custom setting, environment variable, and command-line option that influences my setup** (such as Docker Compose overrides, .env values, browser settings, authentication configurations, etc).
- [x] I have documented **step-by-step reproduction instructions that are precise, sequential, and leave nothing to interpretation**. My steps:
- Start with the initial platform/version/OS and dependencies used,
- Specify exact install/launch/configure commands,
- List URLs visited, user input (incl. example values/emails/passwords if needed),
- Describe all options and toggles enabled or changed,
- Include any files or environmental changes,
- Identify the expected and actual result at each stage,
- Ensure any reasonably skilled user can follow and hit the same issue.
### Expected Behavior
When text selected in the chat, I expect "Ask" and "Explain" Floating Quick Actions.
### Actual Behavior
When text selected in the chat, "Ask" and "Explain" Floating Quick Actions missing, IF the model used for the chat is NOT present anymore.
### Steps to Reproduce
1. I was using OpenWebUI to generate chats with one model: `local-qwen3-80b` running via llama.cpp. Floating Quick Actions works, as expected.
2. In llama.cpp, switch to use another model - `local-qwen35-122b`.
3. Now that the model from step1 is not available anymore - "Floating Quick Actions" works as expected only for chats generated with new model - `local-qwen35-122b`, but doesn't work if I open any chat generated in step1 with `local-qwen3-80b`
### Logs & Screenshots
Missing "Floating Quick Actions" in case models mismatch:
<img width="722" height="592" alt="Image" src="https://github.com/user-attachments/assets/074aa296-6d0a-4d59-8b0b-fa9fdb59eed2" />
"Floating Quick Actions" present:
<img width="712" height="569" alt="Image" src="https://github.com/user-attachments/assets/ee8c5529-5398-4739-9278-3328cb013b16" />
### Additional Information
_No response_
GiteaMirror
added the bug label 2026-05-15 15:37:29 -05:00
<!-- gh-comment-id:3985673419 -->
@Classic298 commented on GitHub (Mar 2, 2026):
should get fixed by https://github.com/open-webui/open-webui/pull/22149
<!-- gh-comment-id:3986013907 -->
@SlavikCA commented on GitHub (Mar 2, 2026):
I'll be glad to test.
But I only can use docker images.
It's not available yet, right?:
https://github.com/open-webui/open-webui/pkgs/container/open-webui/versions?filters%5Bversion_type%5D=tagged
well no problem just pull my branch and build the docker image locally
<!-- gh-comment-id:3986037063 -->
@Classic298 commented on GitHub (Mar 2, 2026):
well no problem just pull my branch and build the docker image locally
<!-- gh-comment-id:4017831047 -->
@SlavikCA commented on GitHub (Mar 8, 2026):
Tested on DEV branch today:
ghcr.io/open-webui/open-webui:git-2e1ef80-slim
works great now.
Thank you!
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @SlavikCA on GitHub (Mar 2, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/22139
Originally assigned to: @Classic298 on GitHub.
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.8.7
Ollama Version (if applicable)
llama.cpp
Operating System
Ubuntu 24
Browser (if applicable)
Chrome
Confirmation
README.md.Expected Behavior
When text selected in the chat, I expect "Ask" and "Explain" Floating Quick Actions.
Actual Behavior
When text selected in the chat, "Ask" and "Explain" Floating Quick Actions missing, IF the model used for the chat is NOT present anymore.
Steps to Reproduce
local-qwen3-80brunning via llama.cpp. Floating Quick Actions works, as expected.local-qwen35-122b.local-qwen35-122b, but doesn't work if I open any chat generated in step1 withlocal-qwen3-80bLogs & Screenshots
Missing "Floating Quick Actions" in case models mismatch:
"Floating Quick Actions" present:
Additional Information
No response
@Classic298 commented on GitHub (Mar 2, 2026):
taking a look here
@Classic298 commented on GitHub (Mar 2, 2026):
should get fixed by https://github.com/open-webui/open-webui/pull/22149
@Classic298 commented on GitHub (Mar 2, 2026):
testing wanted
@SlavikCA commented on GitHub (Mar 2, 2026):
I'll be glad to test.
But I only can use docker images.
It's not available yet, right?:
https://github.com/open-webui/open-webui/pkgs/container/open-webui/versions?filters%5Bversion_type%5D=tagged
@Classic298 commented on GitHub (Mar 2, 2026):
well no problem just pull my branch and build the docker image locally
@SlavikCA commented on GitHub (Mar 8, 2026):
Tested on DEV branch today:
ghcr.io/open-webui/open-webui:git-2e1ef80-slim
works great now.
Thank you!