mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 04:16:03 -05:00
Ollama API endpoint Connection Issue #2451
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 @Natedorr on GitHub (Oct 25, 2024).
Using the ollama api endpoint has had issues when using with continue.dev since the 0.3.22 release. My config.json for continue.dev looks like this:
This works with open-webui 0.3.21 as well as using the localhost:11434 port. When i try to chat in the vscode continue.dev plugin, I get the models populating properly, but there is no response. It spins and then returns empty. I pulled the following from the vscode output for 'Continue - LLM Prompt/Completion'
This error has been happening with multiple versions of the base ollama (separate install than open-webui). Also i rolled back continue releases and still had the issue.
I have replicated this issue on Linux and a WSL windows environment.