Skip to content

Commit 4ffbdd6

Browse files
Updated env settings params
1 parent b0495ce commit 4ffbdd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ class _AzureAISettings(BaseSettings):
196196
)
197197
agent_endpoint: Optional[str] = None
198198
agent_model_deployment_name: Optional[str] = None
199-
agent_api_version: str = None
199+
agent_api_version: Optional[str] = None
200200

201201

202202
class _SearchCommonSettings(BaseSettings):

0 commit comments

Comments
 (0)