Merge remote-tracking branch 'origin/main'

# Conflicts:
#	model/log.go
This commit is contained in:
CaIon
2023-09-24 12:34:29 +08:00
4 changed files with 18 additions and 10 deletions

View File

@@ -68,7 +68,7 @@ const EditChannel = () => {
localModels = ['ERNIE-Bot', 'ERNIE-Bot-turbo', 'Embedding-V1'];
break;
case 17:
localModels = ['qwen-v1', 'qwen-plus-v1', 'text-embedding-v1'];
localModels = ['qwen-turbo', 'qwen-plus', 'text-embedding-v1'];
break;
case 16:
localModels = ['chatglm_pro', 'chatglm_std', 'chatglm_lite'];