We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a696266 commit a72d282Copy full SHA for a72d282
framework/codemodder-base/build.gradle.kts
@@ -29,7 +29,7 @@ dependencies {
29
api(libs.javaparser.symbolsolver.model)
30
api(libs.javadiff)
31
api(libs.jtokkit)
32
- api("com.azure:azure-ai-openai:1.0.0-beta.10")
+ api("com.azure:azure-ai-openai:1.0.0-beta.16")
33
api("io.github.classgraph:classgraph:4.8.160")
34
35
implementation(libs.tuples)
0 commit comments