From 5c09b8077588a447d6eaac9b7f624571be3ddb1d Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Sun, 27 Aug 2023 23:16:04 -0700 Subject: fix: :bug: patch for ocassional 0 choices from older azure versions --- docs/docs/customization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/docs/customization.md b/docs/docs/customization.md index a1a9111e..3240c185 100644 --- a/docs/docs/customization.md +++ b/docs/docs/customization.md @@ -156,7 +156,7 @@ config = ContinueConfig( default=OpenAI(api_key="my-api-key", model="gpt-3.5-turbo", openai_server_info=OpenAIServerInfo( api_base="https://my-azure-openai-instance.openai.azure.com/", engine="my-azure-openai-deployment", - api_version="2023-03-15-preview", # NOTE: It is recommended not to change api_version. Newer versions may not work correctly. + api_version="2023-03-15-preview", api_type="azure" )) ) -- cgit v1.2.3-70-g09d2