File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ def __init__(
155155 azure_ad_token_provider: A function that returns an Azure Active Directory token, will be invoked on every request.
156156
157157 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.
159159 """
160160 if api_key is None :
161161 api_key = os .environ .get ("AZURE_OPENAI_API_KEY" )
@@ -388,7 +388,7 @@ def __init__(
388388 azure_ad_token_provider: A function that returns an Azure Active Directory token, will be invoked on every request.
389389
390390 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.
392392 """
393393 if api_key is None :
394394 api_key = os .environ .get ("AZURE_OPENAI_API_KEY" )
You can’t perform that action at this time.
0 commit comments