From c6d1d6d7fc704604d1efb57d2c536f2fb004a272 Mon Sep 17 00:00:00 2001 From: maciej-skorupka <9993219+maciej-skorupka@users.noreply.github.com> Date: Tue, 18 Jul 2023 16:50:15 +0000 Subject: [PATCH] feat: moving azure OpenAI API version to the latest 2023-05-15 (#7764) Moving to the latest non-preview Azure OpenAI API version=2023-05-15. The previous 2023-03-15-preview doesn't have support, SLA etc. For instance, OpenAI SDK has moved to this version https://github.com/openai/openai-python/releases/tag/v0.27.7 @baskaryan --- docs/extras/ecosystem/integrations/azure_openai.mdx | 2 +- .../text_embedding/integrations/azureopenai.ipynb | 2 +- .../models/chat/integrations/azure_chat_openai.ipynb | 2 +- .../models/llms/integrations/azure_openai_example.ipynb | 6 +++--- langchain/chat_models/azure_openai.py | 2 +- langchain/embeddings/openai.py | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/extras/ecosystem/integrations/azure_openai.mdx b/docs/extras/ecosystem/integrations/azure_openai.mdx index fb3d4c7e4ee..6fc7b015f8a 100644 --- a/docs/extras/ecosystem/integrations/azure_openai.mdx +++ b/docs/extras/ecosystem/integrations/azure_openai.mdx @@ -22,7 +22,7 @@ import os os.environ["OPENAI_API_TYPE"] = "azure" os.environ["OPENAI_API_BASE"] = "https://