Skip to content

Commit 9aade88

Browse files
committed
dump version into beta-3.8.1
1 parent 1922684 commit 9aade88

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# ChatGPT-YourChatRobot
22

3-
> ### NEWS: 最近有空能闲下来看看这个项目,主要更新了项目依赖、优化了下代码结构、增加了token消耗的计算、优化了bot交互返回信息🤗🤗🤗 --- 2023.8.8
3+
> ### NEWS: 正在尝试接入OPENAI的ai画图功能([DALL·E模型](https://platform.openai.com/docs/models/dall-e))
4+
> - 无需为此功能额外配置apikey,使用原先的即可
5+
> - 可先在feat/image分支或release里的beta版试用
6+
> - --- 2023.8.10
47
58
## 简介
69

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>com.ashin</groupId>
1212
<artifactId>ChatGPT-YourChatRobot</artifactId>
13-
<version>3.7</version>
13+
<version>beta-3.8.1</version>
1414
<name>myGPT</name>
1515
<description>快来把你的qq或微信变为chatgpt</description>
1616
<properties>

0 commit comments

Comments
 (0)