|
|
@@ -202,7 +202,8 @@ export const getTtsLanguage = (langCode: string) => {
|
|
|
|
|
|
// AI 模型常量
|
|
|
const AI_MODEL_CONSTANTS = {
|
|
|
- DEFAULT_MODEL: 'gpt-4o-2024-11-20'
|
|
|
+ // DEFAULT_MODEL: 'gpt-4o-2024-11-20'
|
|
|
+ DEFAULT_MODEL: 'qwen-flash'
|
|
|
}
|
|
|
|
|
|
export const chat_no_stream2 = async (prompt: any[] = [], response_format = {
|