mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #22774] issue: Max Content length of fetch_url is hardcoded #35343
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 @cmbaatz on GitHub (Mar 17, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/22774
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.8.10
Ollama Version (if applicable)
No response
Operating System
Kubernetes
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
When using agentic web search content is automatically truncated to 50K characters to prevent context window overload. However, with the ability to use models which have context windows as large as 1 million tokens we should have the ability to set this value higher and/or disable the truncation all together.
Actual Behavior
The tool has hard-coded a fetch limit of 50K characters.
Steps to Reproduce
Danger of this ...
A simple LinkedIn webpage can be 20K+ characters. There is large potential for actual context to be lost and with the availability of models with 1 million token context windows we should have the option to include more data from the request.
Logs & Screenshots
None
Additional Information
No response
@tjbck commented on GitHub (Mar 17, 2026):
Addressed in dev.