File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -77,22 +77,20 @@ wget https://github.com/mirrors2/opencatd-open/raw/main/docker/docker-compose.ym
77
77
- [ Fly.io] ( https://fly.io/ )
78
78
- 或者其他
79
79
80
- 修改openai的endpoint地址?使用任意上游地址(套娃代理)
81
- - 设置环境变量 openai_endpoint
82
-
83
80
使用Nginx + Docker部署
84
81
- [ 使用Nginx + Docker部署] ( ./doc/deploy.md )
85
82
86
83
pandora for team
87
84
- [ pandora for team] ( ./doc/pandora.md )
88
85
89
86
如何自定义HOST地址? (仅OpenAI)
90
- - 需修改环境变量,优先级递增
87
+ - 需修改环境变量,优先级递增(全局配置谨慎修改)
91
88
- 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 `
93
90
94
91
设置主页跳转地址?
95
92
- 修改环境变量 ` CUSTOM_REDIRECT=https://your.domain `
93
+
96
94
## 获取更多信息
97
95
[ ![ TG] ( https://telegram.org/img/favicon.ico )] ( https://t.me/OpenTeamLLM )
98
96
You can’t perform that action at this time.
0 commit comments