Skip to content

Commit

Permalink
Update cf-openai-azure-proxy.js
Browse files Browse the repository at this point in the history
to avoid unnecessary trouble, these two mappings have been removed. If needed, please add them yourself
  • Loading branch information
haibbo authored Oct 29, 2023
1 parent c35cb76 commit 0033e70
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cf-openai-azure-proxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0033e70

Please sign in to comment.