Open-WebUI
2025-02-02.
Category & Tags:
AIGC,
GPT,
ChatGPT,
LLM,
Large Language Model,
大语言模型,
语言模型,
Frontend,
前端
docker run -d -p 3000:8080 -e OPENAI_API_BASE_URLS="https://api.siliconflow.cn/v1/" -e OPENAI_API_KEY=<my_api_key> -v open-webui:/path/to/docker-v-data --name open-webui --restart always ghcr.io/open-webui/open-webui:main
ps: tried --env HTTPS_PROXY="http://192.168.50.107:1080"
which does not help downloading speed from docker-hub.
Official github