mirror of
https://github.com/stulzq/azure-openai-proxy.git
synced 2025-12-19 07:14:21 +01:00
feat: update readme
This commit is contained in:
@@ -21,8 +21,7 @@ var (
|
||||
AzureOpenAIAPIVer = ""
|
||||
|
||||
AzureOpenAIModelMapper = map[string]string{
|
||||
"gpt-3.5-turbo": "gpt-35-turbo",
|
||||
"gpt-3.5-turbo-0301": "gpt-35-turbo-0301",
|
||||
"gpt-3.5-turbo": "gpt-35-turbo",
|
||||
}
|
||||
fallbackModelMapper = regexp.MustCompile(`[.:]`)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user