mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[GH-ISSUE #3553] Ollama: 500, message='Internal Server Error', url=URL('http://localhost:11434/api/chat') #13306
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 @edo-lab on GitHub (Jun 30, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/3553
Bug Report
Description
Bug Summary:
The Web-UI doesn't answer to me
Steps to Reproduce:
launch the command
docker run -d -p 3000:8080 -v ollama:/root/.ollama -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:ollama
write anything on llama2 model
get error 500
Expected Behavior:
I expected to receive an answer
Actual Behavior:
No answer and Ollama: 500, message='Internal Server Error', url=URL('http://localhost:11434/api/chat') error
Environment
Ubuntu on Amazon AWS
Open WebUI Version: latest [e.g., 0.1.120]
Ollama (if applicable): latest [e.g., 0.1.30, 0.1.32-rc1]
Operating System: Ubuntu 24.04 [e.g., Windows 10, macOS Big Sur, Ubuntu 20.04]
Browser (if applicable): Firefox [e.g., Chrome 100.0, Firefox 98.0]