mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 06:02:06 -05:00
/ollama/api/chat API proxy broken since v0.3.22 #2427
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 @strobel1x on GitHub (Oct 22, 2024).
Bug Report
Installation Method
Docker compose
Environment
Open WebUI Version: v0.3.22 - latest (v0.3.32)
Ollama (if applicable): v0.3.14
Operating System: Ubuntu 20.04.6 LTS
Browser (if applicable): Chrome v130
Expected Behavior:
Chat from Continue.dev plugin in VSCode responding to prompt
Actual Behavior:
No response in VSCode plugin.
Description
Bug Summary:
The builtin chat api proxy in open-webui does not respond the generated output of the ollama chat api
Reproduction Details
Steps to Reproduce:
Install Open-WebUI budled with ollama (e.g. via Docker)
Configure Continue.dev plugin in VSCode chat model as per documentation:
"apiBase": "http://[open-webui host]/ollama"Open Continue.dev chat in VSCode and enter any prompt
Logs and Screenshots
Docker Container Logs:
Additional Information
When switching back to open-webui v0.3.21 the chat api works as expected