docker部署lobe-chat整合ollama报错 #8521
Unanswered
MrAoisora
asked this question in
Self Hosting | 私有化部署
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
系统:centos9
ollama版本:0.5.11
lobe-chat:1.70.10
`
[Unit]
Description=Ollama Service
After=network-online.target
[Service]
ExecStart=/usr/bin/ollama serve
User=root
Group=root
Restart=always
RestartSec=3
RestartSec=3
Environment="OLLAMA_MODELS=/root/ollama"
Environment="OLLAMA_HOST=0.0.0.0:11434"
Environment="OLLAMA_ORIGINS=*"
[Install]
WantedBy=default.target
`
3.在发送会话时报错

{ "error": { "message": "fetch failed", "name": "TypeError" }, "provider": "ollama" }
请问下这个问题怎么解决?
Beta Was this translation helpful? Give feedback.
All reactions