|
|
@@ -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);
|