We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1922684 commit 9aade88Copy full SHA for 9aade88
README.md
@@ -1,6 +1,9 @@
1
# ChatGPT-YourChatRobot
2
3
-> ### NEWS: 最近有空能闲下来看看这个项目,主要更新了项目依赖、优化了下代码结构、增加了token消耗的计算、优化了bot交互返回信息🤗🤗🤗 --- 2023.8.8
+> ### NEWS: 正在尝试接入OPENAI的ai画图功能([DALL·E模型](https://platform.openai.com/docs/models/dall-e))
4
+> - 无需为此功能额外配置apikey,使用原先的即可
5
+> - 可先在feat/image分支或release里的beta版试用
6
+> - --- 2023.8.10
7
8
## 简介
9
pom.xml
@@ -10,7 +10,7 @@
10
</parent>
11
<groupId>com.ashin</groupId>
12
<artifactId>ChatGPT-YourChatRobot</artifactId>
13
- <version>3.7</version>
+ <version>beta-3.8.1</version>
14
<name>myGPT</name>
15
<description>快来把你的qq或微信变为chatgpt</description>
16
<properties>
0 commit comments