统一azure-gpt-3.5的格式

This commit is contained in:
qingxu fu
2023-07-07 10:45:11 +08:00
parent be990380a0
commit 0da6fe78ac
2 changed files with 2 additions and 2 deletions

View File

@@ -121,7 +121,7 @@ model_info = {
},
# azure openai
"azure-gpt35":{
"azure-gpt-3.5":{
"fn_with_ui": azure_ui,
"fn_without_ui": azure_noui,
"endpoint": get_conf("AZURE_ENDPOINT"),