Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
citmina committed Jan 14, 2024
1 parent 6cddd4b commit 40d137c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README-EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ The receiving parameter class of the image generation model is unified as ChatIm
<dependency>
<groupId>io.github.gemingjia</groupId>
<artifactId>gear-wenxinworkshop-starter</artifactId>
<version>1.0.0</version>
<version>1.1.1</version>
</dependency>
```
- Gradle
```gradle
dependencies {
implementation 'io.github.gemingjia:gear-wenxinworkshop-starter:1.0.0'
implementation 'io.github.gemingjia:gear-wenxinworkshop-starter:1.1.1'
}
```

Expand Down
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ PromptBotClient -> ChatPromptRequest -> PromptResponse
- Gradle
```gradle
dependencies {
implementation 'io.github.gemingjia:gear-wenxinworkshop-starter:1.0.0'
implementation 'io.github.gemingjia:gear-wenxinworkshop-starter:1.1.1'
}
```

Expand All @@ -78,6 +78,7 @@ dependencies {
wenxin:
access-token: xx.xxxxxxxxxx.xxxxxx.xxxxxxx.xxxxx-xxxx
-------------或-----------------
# 推荐
gear:
wenxin:
api-key: xxxxxxxxxxxxxxxxxxx
Expand Down Expand Up @@ -172,6 +173,12 @@ public class ChatController {

## 更新日志

v1.1.1
- 修复 部分场景下无法获取access-token的问题
- 修复 并发场景下会造成消息错乱的问题
- 优化 场景下的性能
- 优化 同步官方文档新版请求参数与响应参数

v1.0.1 - jdk8 专版
- 同步 master 分支的修改

Expand Down

0 comments on commit 40d137c

Please sign in to comment.