File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
src/main/java/com/plexpt/chatgpt/entity/chat Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -67,13 +67,13 @@ maven
6767<dependency>
6868 <groupId>com.github.plexpt</groupId>
6969 <artifactId>chatgpt</artifactId>
70- <version>4.1.1 </version>
70+ <version>4.1.2 </version>
7171</dependency>
7272```
7373
7474gradle
7575```
76- implementation group: 'com.github.plexpt', name: 'chatgpt', version: '4.1.1 '
76+ implementation group: 'com.github.plexpt', name: 'chatgpt', version: '4.1.2 '
7777```
7878
7979
Original file line number Diff line number Diff line change 55
66 <groupId >com.github.plexpt</groupId >
77 <artifactId >chatgpt</artifactId >
8- <version >4.1.1 </version >
8+ <version >4.1.2 </version >
99 <name >chatgpt</name >
1010 <description >ChatGPT4.0、 ChatGPT Java SDK.</description >
1111 <url >https://chat.plexpt.com</url >
Original file line number Diff line number Diff line change @@ -53,8 +53,10 @@ public class ChatCompletion implements Serializable {
5353 private double topP = 0.9 ;
5454
5555
56- @ Builder .Default
57- String function_call = "auto" ;
56+ /**
57+ * auto
58+ */
59+ String function_call ;
5860
5961 List <ChatFunction > functions ;
6062
You can’t perform that action at this time.
0 commit comments