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"