企业部署后用户输入网址即可正常使用 #6522
Unanswered
ZhengJiaCheng1
asked this question in
Self Hosting | 私有化部署
Replies: 1 comment
-
部署非 db 版本就行 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
希望企业部署后用户输入网址可正常使用,目前需要点击头像,以我部署ollama+deepseek为例,不需要账号登陆,需要点击设置语言模型,设置ollama的服务网址,默认助手要点击选择deepseek模型。
docker run -d -p 3210:3210 -e OLLAMA_HOST=http://10.168.1.100:11434 -e ENABLED_OPENAI=0 -e OLLAMA_MODEL_LIST=deepseek-r1:32b -e DEFAULT_AGENT_CONFIG='model=deepseek-r1:32b;provider=Ollama' lobehub/lobe-chat
使用以上指令无法设置助手的默认模型,默认的仍是openai
Beta Was this translation helpful? Give feedback.
All reactions