Skip to content

Commit

Permalink
Merge pull request #1 from protonpluss/protonpluss-patch-1
Browse files Browse the repository at this point in the history
Update build.gradle fixed issue TheoKanning#468
  • Loading branch information
Gupta-Suruchi authored Feb 19, 2024
2 parents e7de81c + 2135f7f commit ff74660
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ task runExampleTwo(type: JavaExec) {
}

task runExampleThree(type: JavaExec) {
mainClass.set('example.OpenAiApiFunctionsWIthStreamExample')
mainClass.set('example.OpenAiApiFunctionsWithStreamExample')
classpath = sourceSets.main.runtimeClasspath
args = []
standardInput = System.in
}
}

0 comments on commit ff74660

Please sign in to comment.