This repository was archived by the owner on Aug 21, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 10 files changed +11
-11
lines changed
src/main/java/com/funixproductions/core/integrations/openai/chatgpt/dtos Expand file tree Collapse file tree 10 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Lien du repository Maven : [FunixProductions - Core spring package](https://mvn.
1212<parent >
1313 <groupId >com.funixproductions.core</groupId >
1414 <artifactId >funixproductions-core</artifactId >
15- <version >1.2.5 </version >
15+ <version >1.2.6 </version >
1616</parent >
1717
1818<repository >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >com.funixproductions.core</groupId >
99 <artifactId >funixproductions-core</artifactId >
10- <version >1.2.5 </version >
10+ <version >1.2.6 </version >
1111 <relativePath >../pom.xml</relativePath >
1212 </parent >
1313
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >com.funixproductions.core</groupId >
99 <artifactId >funixproductions-core</artifactId >
10- <version >1.2.5 </version >
10+ <version >1.2.6 </version >
1111 </parent >
1212
1313 <groupId >com.funixproductions.core.exceptions</groupId >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >com.funixproductions.core.integrations</groupId >
99 <artifactId >funixproductions-core-integrations</artifactId >
10- <version >1.2.5 </version >
10+ <version >1.2.6 </version >
1111 </parent >
1212
1313 <groupId >com.funixproductions.core.integrations.openai</groupId >
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ public class ChatGptRequest {
1414
1515 private final Collection <Input > input ;
1616
17- @ JsonProperty (value = "max_tokens " )
17+ @ JsonProperty (value = "max_output_tokens " )
1818 private final Integer maxTokens ;
1919
2020 @ Getter
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >com.funixproductions.core</groupId >
88 <artifactId >funixproductions-core</artifactId >
9- <version >1.2.5 </version >
9+ <version >1.2.6 </version >
1010 </parent >
1111
1212 <groupId >com.funixproductions.core.integrations</groupId >
Original file line number Diff line number Diff line change 1313
1414 <groupId >com.funixproductions.core</groupId >
1515 <artifactId >funixproductions-core</artifactId >
16- <version >1.2.5 </version >
16+ <version >1.2.6 </version >
1717 <name >funixproductions-core</name >
1818 <description >funixproductions-core for all company projects</description >
1919 <url >https://github.com/FunixProductions/spring-core</url >
3030
3131 <properties >
3232 <java .version>21</java .version>
33- <com .funixproductions.core.version>1.2.5 </com .funixproductions.core.version>
33+ <com .funixproductions.core.version>1.2.6 </com .funixproductions.core.version>
3434
3535 <!-- https://mvnrepository.com/artifact/com.google.guava/guava -->
3636 <com .google.guava.version>33.4.8-jre</com .google.guava.version>
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >com.funixproductions.core</groupId >
88 <artifactId >funixproductions-core</artifactId >
9- <version >1.2.5 </version >
9+ <version >1.2.6 </version >
1010 </parent >
1111
1212 <groupId >com.funixproductions.core.files</groupId >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >com.funixproductions.core</groupId >
88 <artifactId >funixproductions-core</artifactId >
9- <version >1.2.5 </version >
9+ <version >1.2.6 </version >
1010 </parent >
1111
1212 <groupId >com.funixproductions.core.test</groupId >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >com.funixproductions.core</groupId >
88 <artifactId >funixproductions-core</artifactId >
9- <version >1.2.5 </version >
9+ <version >1.2.6 </version >
1010 </parent >
1111
1212 <groupId >com.funixproductions.core.tools</groupId >
You can’t perform that action at this time.
0 commit comments