Skip to content

Commit d73ab1b

Browse files
committed
docs: improve formatting and readability
1 parent ae1e136 commit d73ab1b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/configuration_manual_CN.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828
- Azure OpenAI: 必填,完整的 API URL,格式为:
2929

3030
```
31-
https://YOUR_RESOURCE_NAME.openai.azure.com/openai/deployments/YOUR_DEPLOYMENT_NAME/chat/completions?api-version=API_VERSION
31+
https://RESOURCE_NAME.openai.azure.com/openai/deployments/DEPLOYMENT_NAME/chat/completions?api-version=API_VERSION
3232
```
3333
3434
- Custom: 必填,值为完整的 API URL,例如使用 Cloudflare AI Gateway 时,需填入:
3535
3636
```
37-
https://gateway.ai.cloudflare.com/v1/${CLOUDFLARE_ACCOUNT_ID}/${GATEWAY_ID}/openai/chat/completions
37+
https://gateway.ai.cloudflare.com/v1/CLOUDFLARE_ACCOUNT_ID/GATEWAY_ID/openai/chat/completions
3838
```
3939
4040
### API KEY

docs/configuration_manual_EN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
- Custom: Required, complete API URL, for example when using Cloudflare AI Gateway:
3636
3737
```
38-
https://gateway.ai.cloudflare.com/v1/${CLOUDFLARE_ACCOUNT_ID}/${GATEWAY_ID}/openai/chat/completions
38+
https://gateway.ai.cloudflare.com/v1/CLOUDFLARE_ACCOUNT_ID/GATEWAY_ID/openai/chat/completions
3939
```
4040
4141
### API KEY

0 commit comments

Comments
 (0)