chengjie 4 月之前
父節點
當前提交
0177f3410d
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/api/yjbdc/yjbdcController.js

+ 2 - 0
src/api/yjbdc/yjbdcController.js

@@ -246,6 +246,8 @@ export async function GenerateArticle(ctx) {
246 246
             }
247 247
             else if (params.AIVersion=="1.5"){
248 248
                 aiProvider = 'llama-4-maverick-17b-128e-instruct';
249
+                if (params.UserID==185)
250
+                    aiProvider="doubao-deepseek-r1-250528";
249 251
             }
250 252
 
251 253