feat(*):增加了一些模型

This commit is contained in:
2025-04-18 12:38:06 +08:00
parent a513dd8a91
commit d4c43315fb
19 changed files with 398 additions and 44 deletions

View File

@@ -1,13 +1,13 @@
version: "3.8"
services:
open-webui:
image: docker.citory.tech/mirror/backplane/open-webui:0.5.20
image: docker.citory.tech/mirror/backplane/open-webui:0
container_name: open-webui
ports:
- 10503:8080
environment:
- OPENAI_API_KEY='' # 替换为您的 OpenAI API 密钥
- OPENAI_API_BASE_URL=http://host.docker.internal:10580/v1 # 替换为您的 VLLM IP 和端口
- OPENAI_API_KEY=''
- OPENAI_API_BASE_URL=http://host.docker.internal:10580/v1
- WHISPER_MODEL=large
- ENABLE_OLLAMA_API=true
- OLLAMA_BASE_URL=http://host.docker.internal:10580
@@ -27,3 +27,4 @@ services:
x-dockge:
urls:
- http://local.citory.tech:10503
networks: {}