You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
497 B
10 lines
497 B
|
1 week ago
|
# OneAPI LLM Gateway (OpenClaw)
|
||
|
|
|
||
|
|
独立于 OpenClaw 的 LLM API 网关,用于多模型统一管理与按需路由。
|
||
|
|
|
||
|
|
- **部署**:编辑 `.env` 设置 `TAILSCALE_IP` 后执行 `./deploy_gateway.sh`
|
||
|
|
- **管理后台**:`http://<TAILSCALE_IP>:3000`,默认 root / 123456
|
||
|
|
- **数据持久化**:`./data`(SQLite),迁移时打包此目录即可恢复
|
||
|
|
|
||
|
|
完整架构与 Skill 客户端说明见:[workspace/docs/LLM_GATEWAY_AND_SKILL_CLIENT.md](../../docs/LLM_GATEWAY_AND_SKILL_CLIENT.md)
|