From a0b06b7377c014b734920fd00f1498e2cb4d5d4d Mon Sep 17 00:00:00 2001 From: Raphael Mitsch Date: Thu, 5 Oct 2023 13:08:36 +0200 Subject: [PATCH] Attempt to fix netlify check fails. --- website/docs/api/large-language-models.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/docs/api/large-language-models.mdx b/website/docs/api/large-language-models.mdx index 9eb1bf81e..856bae69f 100644 --- a/website/docs/api/large-language-models.mdx +++ b/website/docs/api/large-language-models.mdx @@ -1048,6 +1048,9 @@ that the keys are set as environmental variables: - Deployed Azure OpenAI models are reachable via a resource-specific base URL, usually of the form `https://{resource}.openai.azure.com`. Hence the URL has to be specified via the `base_url` argument. +- Azure further expects the _API version_ to be specified. The default value for + this, via the `api_version` argument, is currently `2023-05-15` but may be + updated in the future. ```shell export OPENAI_API_KEY="sk-..."