You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
export USE_AZURE_OPENAI=True # set to False if you are not using Azure OpenAI
26
26
export USE_AZURE_AD=True # set to True if you are using Azure OpenAI with Azure AD authentication
27
-
export AZURE_OPENAI_API_VERSION=2024-02-15-preview # set to the version of the Azure OpenAI API you are using https://learn.microsoft.com/azure/ai-services/openai/reference#rest-api-versioning
27
+
export AZURE_OPENAI_API_VERSION=2024-12-01-preview # set to the version of the Azure OpenAI API you are using https://learn.microsoft.com/azure/ai-services/openai/reference#rest-api-versioning
28
28
export AZURE_OPENAI_DEPLOYMENT_NAME= # required if using Azure OpenAI
29
29
export AZURE_OPENAI_ENDPOINT= # required if using Azure OpenAI
30
30
export AZURE_OPENAI_DALLE_ENDPOINT= # required if using Azure OpenAI's DALL-E model
0 commit comments