mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 21:09:41 -05:00
[GH-ISSUE #16236] issue: Tasks don't work on large context prompts (Renaming chat, etc) #17835
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 @frenzybiscuit on GitHub (Aug 2, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/16236
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.6.18
Ollama Version (if applicable)
No response
Operating System
debian 12
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Task Model works correctly
Actual Behavior
Task model doesn't work on large system prompts.
Steps to Reproduce
Use the attached system prompt with a model such as Qwen2.5 0.5B for local/external tasks and a 70B model for the actual API/Chat.
Title generation doesnt work (and i dont think tags do either)
Drew-Riley-v0.20.txt
Logs & Screenshots
When using a smaller system prompt, it works:
Additional Information
Running the following:
Qwen2.5 0.5B model for tasks with 64k context.
Animus V7.0 70B 5.25BPW for main API with tabbyAPI with 24k context
Task page:
@frenzybiscuit commented on GitHub (Aug 2, 2025):
if you need more info let me know and I'll try to include it.
@rgaricano commented on GitHub (Aug 3, 2025):
did you read the models README?
...
Qwen2.5-0.5B
Context Length: Full 32,768 tokens
(https://huggingface.co/Qwen/Qwen2.5-0.5B )
@frenzybiscuit commented on GitHub (Aug 3, 2025):
Yes, I did. I missed that because of this:
I will reduce the context to 32768 and get back to you on if that fixes the problem.
@frenzybiscuit commented on GitHub (Aug 3, 2025):
I reduced it to 32768, same issue.
@frenzybiscuit commented on GitHub (Aug 3, 2025):
I have also tried to change the API model to "current" and it still doesn't work.
@frenzybiscuit commented on GitHub (Aug 3, 2025):
Here is how it should be working on long context prompts:
https://github.com/user-attachments/assets/b90bd865-3837-4bbc-a444-7cff8cbbcf62
How it actually works on long context prompts (no tasks work(titles/tags/follow-up)) and the UI freezes when leaving/entering the chat, along with actually posting the chat.
https://github.com/user-attachments/assets/c3675082-9b25-4ebc-84b5-76fe7201cf4f
@tjbck commented on GitHub (Aug 3, 2025):
As much as Qwen2.5 0.5B is a great model, it's honestly too dumb to complete the tasks with large contexts, nothing much we can do from our end. Keep us updated!