mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-17 08:21:12 -05:00
[GH-ISSUE #13149] issue: 400: Invalid 'stop': array too long when using Workspace model specifically #120137
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 @theprezz87 on GitHub (Apr 22, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/13149
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.5
Ollama Version (if applicable)
No response
Operating System
Almalinux
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Autocomplete to work in continue.dev
Actual Behavior
{"detail":"400: Invalid 'stop': array too long. Expected an array with maximum length 4, but got an array with length 10 instead."} when using a Workspace model only
Steps to Reproduce
If I am using open webui API with an openai model directly and activate the autocomplete with Continue.dev, it works fine. If I create a model in Workspace using the very same openai model and use the Workspace custom name model in Continue.dev, I get {"detail":"400: Invalid 'stop': array too long. Expected an array with maximum length 4, but got an array with length 10 instead."}
Logs & Screenshots
Works
{"detail":"400: Invalid 'stop': array too long. Expected an array with maximum length 4, but got an array with length 10 instead."}
Additional Information
No response