Skip to content

Commit ee702ab

Browse files
committed
update
1 parent 5f875b2 commit ee702ab

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ implementation group: 'com.github.plexpt', name: 'chatgpt', version: '4.2.0'
7272

7373
### 最简使用
7474

75-
也可以使用这个类进行测试 [ConsoleChatGPT](src/main/java/com/plexpt/chatgpt/ConsoleChatGPT.java)
7675

7776
```java
7877
//国内需要代理
@@ -91,6 +90,7 @@ implementation group: 'com.github.plexpt', name: 'chatgpt', version: '4.2.0'
9190
System.out.println(res);
9291

9392
```
93+
也可以使用这个类进行测试 [ConsoleChatGPT](src/main/java/com/plexpt/chatgpt/ConsoleChatGPT.java)
9494

9595

9696
### 进阶使用

src/main/java/com/plexpt/chatgpt/entity/chat/ChatFunction.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
public class ChatFunction {
2121

2222
String name;
23+
2324
String description;
2425

2526
ChatParameter parameters;

0 commit comments

Comments
 (0)