chengjie hace 4 meses
padre
commit
0177f3410d
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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