Skip to content

Commit 5c64afe

Browse files
committed
chore: remove use openai-gpt3-java and use official openai-java dependency
1 parent ffb1650 commit 5c64afe

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

application/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ dependencies {
8686
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
8787
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitVersion"
8888

89-
implementation "com.theokanning.openai-gpt3-java:api:$chatGPTVersion"
90-
implementation "com.theokanning.openai-gpt3-java:service:$chatGPTVersion"
89+
implementation "com.openai:openai-java:$chatGPTVersion"
9190
}
9291

9392
application {

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ version '1.0-SNAPSHOT'
1414
ext {
1515
jooqVersion = '3.20.5'
1616
jacksonVersion = '2.19.1'
17-
chatGPTVersion = '0.18.2'
17+
chatGPTVersion = '4.13.0'
1818
junitVersion = '6.0.0'
1919
}
2020

0 commit comments

Comments
 (0)