new
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
```bash
|
||||
$ docker create --name open-webui -p 3000:8080 \
|
||||
-v /data/openwebui_home/data:/app/backend/data \
|
||||
-e OLLAMA_BASE_URL=http://192.168.3.231:11434 \
|
||||
-e HF_ENDPOINT=https://hf-mirror.com \
|
||||
--restart always ghcr.goops.top/open-webui/open-webui:main
|
||||
```
|
||||
|
||||
页面刷新慢:因为开着openai的接口,需要在配置里禁掉。
|
||||
|
||||
![[OpenWebUI.canvas|OpenWebUI]]
|
||||
Reference in New Issue
Block a user