mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[GH-ISSUE #11440] issue: Couldn't connect with OpenAI Compatible VLLM Server running in localhost #16231
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 @ThiruRJST on GitHub (Mar 9, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/11440
Check Existing Issues
Installation Method
Other
Open WebUI Version
0.5.20
Ollama Version (if applicable)
No response
Operating System
Ubuntu-22.04
Browser (if applicable)
Chrome
Confirmation
README.md.Expected Behavior
User: What is an Apple?
Bot: Apple is a fruit.
Actual Behavior
User: What is an Apple?
500: Open WebUI: Server Connection
Steps to Reproduce
vllm serve Qwen/Qwen2.5-1.5B-instruct --dtype=halfdocker run -d -p 3000:8080 -v open-webui:/app/backend/data --name open-webui ghcr.io/open-webui/open-webui:mainOpenAI Endpoint:
BaseURL: http://localhost:8000/v1 (Tried assigning the address directly instead of localhost too)
Logs & Screenshots
StackTrace
Additional Information
No response
@rgaricano commented on GitHub (Mar 9, 2025):
are you tried with ssl:
https://localhost:8000/v1?(it's an ssl error related)
@ThiruRJST commented on GitHub (Mar 9, 2025):
But I dont have any ssl setup in local, Well I tried as you said