076thum2.png

One-hub


docker run -d -p 3300:3000 \
  --name one-hub \
  --restart always \
  -e TZ=Asia/Shanghai \
  -e USER_TOKEN_SECRET="user_token_secret" \
  -e SESSION_SECRET="session_secret" \
  -v /Users/dino/docker/one-api:/data \
  ghcr.io/martialbe/one-api

管理员:root
密码:123456

Open-WebUI


docker run -d -p 3311:8080 \
    -v /Users/dino/docker/openwebui/data:/app/backend/data \
    --name open-webui \
    --restart always \
    ghcr.io/open-webui/open-webui:main

首次登陆需要注册管理员账户

github 模型市场地址

https://github.com/marketplace/models/catalog

谷歌 Gemini API

https://aistudio.google.com/app/apikey

发表评论