Skip to content

Commit

Permalink
doc: 调整密钥的配置说明信息 (eryajf#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
eryajf committed Jun 12, 2023
1 parent 85de330 commit 60462f4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -450,10 +450,10 @@ azure_openai_token: "xxxxxxx"
# 钉钉应用鉴权凭据信息,支持多个应用。通过请求时候鉴权来识别是来自哪个机器人应用的消息
# 设置credentials 之后,即具备了访问钉钉平台绝大部分 OpenAPI 的能力;例如上传图片到钉钉平台,提升图片体验,结合 Stream 模式简化服务部署
# client_id 对应钉钉平台 AppKey/SuiteKey;client_secret 对应 AppSecret/SuiteSecret
#credentials:
# -
# client_id: "put-your-client-id-here"
# client_secret: "put-your-client-secret-here"
credentials:
-
client_id: "put-your-client-id-here"
client_secret: "put-your-client-secret-here"
```

## 常见问题
Expand Down
8 changes: 4 additions & 4 deletions config.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ azure_openai_token: "xxxxxxx"
# 钉钉应用鉴权凭据信息,支持多个应用。通过请求时候鉴权来识别是来自哪个机器人应用的消息
# 设置credentials 之后,即具备了访问钉钉平台绝大部分 OpenAPI 的能力;例如上传图片到钉钉平台,提升图片体验,结合 Stream 模式简化服务部署
# client_id 对应钉钉平台 AppKey/SuiteKey;client_secret 对应 AppSecret/SuiteSecret
#credentials:
# -
# client_id: "put-your-client-id-here"
# client_secret: "put-your-client-secret-here"
credentials:
-
client_id: "put-your-client-id-here"
client_secret: "put-your-client-secret-here"

0 comments on commit 60462f4

Please sign in to comment.