Skip to content

Commit 8f6f331

Browse files
committed
fix: custom_endpoint
1 parent f8b364a commit 8f6f331

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,22 +77,20 @@ wget https://github.com/mirrors2/opencatd-open/raw/main/docker/docker-compose.ym
7777
- [Fly.io](https://fly.io/)
7878
- 或者其他
7979

80-
修改openai的endpoint地址?使用任意上游地址(套娃代理)
81-
- 设置环境变量 openai_endpoint
82-
8380
使用Nginx + Docker部署
8481
- [使用Nginx + Docker部署](./doc/deploy.md)
8582

8683
pandora for team
8784
- [pandora for team](./doc/pandora.md)
8885

8986
如何自定义HOST地址? (仅OpenAI)
90-
- 需修改环境变量,优先级递增
87+
- 需修改环境变量,优先级递增(全局配置谨慎修改)
9188
- Cloudflare AI Gateway地址 `AIGateWay_Endpoint=https://gateway.ai.cloudflare.com/v1/123456789/xxxx/openai/chat/completions`
92-
- 自定义的endpoint `$CUSTOM_ENDPOINT=true && $OpenAI_Endpoint=https://your.domain/v1/chat/completions`
89+
- 自定义的endpoint `OpenAI_Endpoint=https://your.domain/v1/chat/completions`
9390

9491
设置主页跳转地址?
9592
- 修改环境变量 `CUSTOM_REDIRECT=https://your.domain`
93+
9694
## 获取更多信息
9795
[![TG](https://telegram.org/img/favicon.ico)](https://t.me/OpenTeamLLM)
9896

0 commit comments

Comments
 (0)