Skip to content

Commit 54a855c

Browse files
bbbuggbbbugg
andauthored
📝 docs: fix the display problem caused by merging (lobehub#7095)
* add proxy URL configurations for Moonshot and Volcengine APIs * 📝 docs: fix the display problem caused by merging * 📝 docs: fix the display problem caused by merging --------- Co-authored-by: bbbugg <daming20120101@16.com>
1 parent 1bc908d commit 54a855c

File tree

2 files changed

+18
-14
lines changed

2 files changed

+18
-14
lines changed

docs/self-hosting/environment-variables/model-provider.mdx

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -580,6 +580,15 @@ If you need to use Azure OpenAI to provide model services, you can refer to the
580580
- Default: `-`
581581
- Example: `-all,+deepseek-r1->deepseek-r1-250120,+deepseek-v3->deepseek-v3-241226,+doubao-1.5-pro-256k->doubao-1-5-pro-256k-250115,+doubao-1.5-pro-32k->doubao-1-5-pro-32k-250115,+doubao-1.5-lite-32k->doubao-1-5-lite-32k-250115`
582582

583+
### `VOLCENGINE_PROXY_URL`
584+
585+
- Type: Optional
586+
- Description: If you manually configure the Volcengine API proxy, you can use this configuration item to override the default Volcengine API request base URL
587+
- Default: `https://ark.cn-beijing.volces.com/api/v3`
588+
- Example: `https://my-volcengine-proxy.com/v1`
589+
590+
## InfiniAI
591+
583592
### `INFINIAI_API_KEY`
584593

585594
- Type: Required
@@ -595,10 +604,3 @@ If you need to use Azure OpenAI to provide model services, you can refer to the
595604
- Example: `-all,+qwq-32b,+deepseek-r1`
596605

597606
[model-list]: /docs/self-hosting/advanced/model-list
598-
599-
### `VOLCENGINE_PROXY_URL`
600-
601-
- Type: Optional
602-
- Description: If you manually configure the Volcengine API proxy, you can use this configuration item to override the default Volcengine API request base URL
603-
- Default: `https://ark.cn-beijing.volces.com/api/v3`
604-
- Example: `https://my-volcengine-proxy.com/v1`

docs/self-hosting/environment-variables/model-provider.zh-CN.mdx

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -579,6 +579,15 @@ LobeChat 在部署时提供了丰富的模型服务商相关的环境变量,
579579
- 默认值:`-`
580580
- 示例:`-all,+deepseek-r1->deepseek-r1-250120,+deepseek-v3->deepseek-v3-241226,+doubao-1.5-pro-256k->doubao-1-5-pro-256k-250115,+doubao-1.5-pro-32k->doubao-1-5-pro-32k-250115,+doubao-1.5-lite-32k->doubao-1-5-lite-32k-250115`
581581

582+
### `VOLCENGINE_PROXY_URL`
583+
584+
- 类型:可选
585+
- 描述:如果你手动配置了 Volcengine 接口代理,可以使用此配置项来覆盖默认的 Volcengine API 请求基础 URL
586+
- 默认值:`https://ark.cn-beijing.volces.com/api/v3`
587+
- 示例:`https://my-volcengine-proxy.com/v1`
588+
589+
## InfiniAI
590+
582591
### `INFINIAI_API_KEY`
583592

584593
- 类型:必选
@@ -594,10 +603,3 @@ LobeChat 在部署时提供了丰富的模型服务商相关的环境变量,
594603
- 示例:`-all,+qwq-32b,+deepseek-r1`
595604

596605
[model-list]: /zh/docs/self-hosting/advanced/model-list
597-
598-
### `VOLCENGINE_PROXY_URL`
599-
600-
- 类型:可选
601-
- 描述:如果你手动配置了 Volcengine 接口代理,可以使用此配置项来覆盖默认的 Volcengine API 请求基础 URL
602-
- 默认值:`https://ark.cn-beijing.volces.com/api/v3`
603-
- 示例:`https://my-volcengine-proxy.com/v1`

0 commit comments

Comments
 (0)