Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
1yukikaze committed Mar 22, 2023
2 parents 098f137 + 1d57e9c commit 21a1f7e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@

```yaml
chatgpt:
#配置连接URL地址,可以选择配置反向代理地址,默认为官方地址
#配置连接URL地址,可以选择配置反向代理地址,默认为官方地址
URL: "https://api.openai.com/v1"
#你的API-key
#你的API-key
authorization: "sk-**************************************"
#可选: 你的组织标头
# #可选: 你的组织标头
# openAIOrganization: "***************"
```

Expand Down Expand Up @@ -179,4 +179,4 @@ chatRequest.deleteUserData("user");
```yaml
框架冲突: fastjson在1.2.36后,加入JerseyAutoDiscoverable的实现,在jersey启动的时候会自动去加载FastJsonProvider导致Jersey Client服务无法正常启动.
解决方案: 降级 fastjson 为 1.2.35.
```
```

0 comments on commit 21a1f7e

Please sign in to comment.