From a7cb0929bd064f73a1e3e49ba8dd6b6b7de387f4 Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Thu, 28 Sep 2023 10:50:49 -0700 Subject: fix: :bug: fix height bug after cmd+shift+R --- docs/docs/customization/models.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/docs/customization/models.md b/docs/docs/customization/models.md index ba3f6424..7c5caee7 100644 --- a/docs/docs/customization/models.md +++ b/docs/docs/customization/models.md @@ -62,7 +62,7 @@ config = ContinueConfig( model="gpt-3.5-turbo", api_base="https://my-azure-openai-instance.openai.azure.com/", engine="my-azure-openai-deployment", - api_version="2023-03-15-preview", + api_version="2023-07-01-preview", api_type="azure" ) ) -- cgit v1.2.3-70-g09d2