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 f8572e4 commit 34024a3Copy full SHA for 34024a3
src/app.py
@@ -115,12 +115,12 @@ def init_openai_client():
115
if (
116
app_settings.azure_openai.preview_api_version
117
< MINIMUM_SUPPORTED_AZURE_OPENAI_PREVIEW_API_VERSION
118
- ):
+ ):
119
raise ValueError(
120
f"The minimum supported Azure OpenAI preview API version is"
121
f"'{MINIMUM_SUPPORTED_AZURE_OPENAI_PREVIEW_API_VERSION}'"
122
)
123
-
+
124
# Endpoint
125
126
not app_settings.azure_openai.endpoint
0 commit comments