瀏覽代碼

【强化】AI任务(ollamaJobHandler)优化:针对 “model” 模型配置信息,从执行器侧文件类配置调整至调度中心“任务参数”动态配置,支持集成多模型、并结合任务动态配置切换。

xuxueli 2 月之前
父節點
當前提交
de80308b21

+ 2 - 2
xxl-job-executor-samples/xxl-job-executor-sample-springboot-ai/src/main/java/com/xxl/job/executor/controller/IndexController.java

@@ -105,8 +105,8 @@ public class IndexController {
     // --------------------------------- dify workflow ---------------------------------
 
     // dify config sample
-    private final String apiKey = "http://localhost/v1";
-    private final String baseUrl = "app-OUVgNUOQRIMokfmuJvBJoUTN";
+    private final String apiKey = "app-46gHBiqUb5jqAHl9TDWwnRZ8";
+    private final String baseUrl = "http://localhost/v1";
 
     @GetMapping("/dify/simple")
     @ResponseBody