Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
PlexPt committed Mar 29, 2024
1 parent 5f875b2 commit ee702ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ implementation group: 'com.github.plexpt', name: 'chatgpt', version: '4.2.0'

### 最简使用

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

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

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


### 进阶使用
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
public class ChatFunction {

String name;

String description;

ChatParameter parameters;
Expand Down

0 comments on commit ee702ab

Please sign in to comment.