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 db4059f commit d64906aCopy full SHA for d64906a
openai-java-core/src/main/kotlin/com/openai/core/ClientOptions.kt
@@ -262,7 +262,7 @@ private constructor(
262
// specific a service API version in 'queryParams'.
263
replaceQueryParams(
264
"api-version",
265
- (azureServiceVersion ?: AzureOpenAIServiceVersion.latestStableVersion()).value
+ (azureServiceVersion ?: AzureOpenAIServiceVersion.latestStableVersion()).value,
266
)
267
}
268
0 commit comments