mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-10 15:54:15 -05:00
"suffix" request parameter isn't proxied to Ollama instance at /ollama/api/generate endpoint #2743
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 @vills on GitHub (Nov 21, 2024).
Bug Report
Environment
Description
I came from discussion https://github.com/open-webui/open-webui/discussions/6720#discussion-7426295.
It looks like (by inspecting GenerateCompletionForm class) that Ollama's "suffix" request parameter is ignored at
/ollama/api/generateendpoint (Ollama docs.This cause problems with recent versions of Continue.dev extension for VSCode.
Please make OWUI respect this parameter.
Thanks.
@tjbck commented on GitHub (Nov 21, 2024):
Added to dev!
@vills commented on GitHub (Nov 22, 2024):
Thanks a lot! Works well with 0.4.3 release.