File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ def __init__(
155
155
azure_ad_token_provider: A function that returns an Azure Active Directory token, will be invoked on every request.
156
156
157
157
azure_deployment: A model deployment, if given sets the base client URL to include `/deployments/{azure_deployment}`.
158
- Note: this means you won't be able to use non-deployment endpoints.
158
+ Note: this means you won't be able to use non-deployment endpoints. Not supported with Assistants APIs.
159
159
"""
160
160
if api_key is None :
161
161
api_key = os .environ .get ("AZURE_OPENAI_API_KEY" )
@@ -388,7 +388,7 @@ def __init__(
388
388
azure_ad_token_provider: A function that returns an Azure Active Directory token, will be invoked on every request.
389
389
390
390
azure_deployment: A model deployment, if given sets the base client URL to include `/deployments/{azure_deployment}`.
391
- Note: this means you won't be able to use non-deployment endpoints.
391
+ Note: this means you won't be able to use non-deployment endpoints. Not supported with Assistants APIs.
392
392
"""
393
393
if api_key is None :
394
394
api_key = os .environ .get ("AZURE_OPENAI_API_KEY" )
You can’t perform that action at this time.
0 commit comments