chengjie 2 weeks ago
parent
commit
246bc18744
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/api/miaoguo/literacyController.js

+ 2 - 2
src/api/miaoguo/literacyController.js

@@ -443,8 +443,8 @@ async function getAiData(word){
443 443
     content=JSON.stringify(content);
444 444
     //console.log(content);
445 445
 
446
-    let aiProvider="llama-4-maverick-17b-128e-instruct";
447
-    aiProvider="ali-qwen-plus-2025-07-14";
446
+    let aiProvider="";
447
+    aiProvider="doubao-seed-1-8-251228";
448 448
     
449 449
     //生成结果
450 450
     result = await aiController.generateArticle(content, aiProvider);