From 0033e70954ef358b6b25a3278993e3ddd2995bca Mon Sep 17 00:00:00 2001 From: haibbo Date: Sun, 29 Oct 2023 22:26:29 +0800 Subject: [PATCH] Update cf-openai-azure-proxy.js to avoid unnecessary trouble, these two mappings have been removed. If needed, please add them yourself --- cf-openai-azure-proxy.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/cf-openai-azure-proxy.js b/cf-openai-azure-proxy.js index 5675e51..e817444 100644 --- a/cf-openai-azure-proxy.js +++ b/cf-openai-azure-proxy.js @@ -4,9 +4,7 @@ const resourceName=RESOURCE_NAME // The deployment name you chose when you deployed the model. const mapper = { 'gpt-3.5-turbo': DEPLOY_NAME_GPT35, - 'gpt-3.5-turbo-16k': DEPLOY_NAME_GPT35_16K, 'gpt-4': DEPLOY_NAME_GPT4, - 'gpt-4-32k': DEPLOY_NAME_GPT4_32K, }; const apiVersion="2023-08-01-preview"