mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
Support client-side context clipping using OpenAI compliant API #1129
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 @matbeedotcom on GitHub (Jun 4, 2024).
Is your feature request related to a problem? Please describe.
Yes, once the maximum context window is reached, it fails by sending the entire context to the llm api.
Describe the solution you'd like
Support a variety of context clipping mechanisms
I'm trying to use Exllamav2 models as Ollama is far too slow with LLaMa3-70b
@tjbck commented on GitHub (Jun 4, 2024):
#1268