From de80308b2111961bf8b001a9f61b8c7c82fe135f Mon Sep 17 00:00:00 2001 From: xuxueli <931591021@qq.com> Date: Sat, 23 Aug 2025 15:33:08 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=BC=BA=E5=8C=96=E3=80=91AI=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=EF=BC=88ollamaJobHandler=EF=BC=89=E4=BC=98=E5=8C=96?= =?UTF-8?q?=EF=BC=9A=E9=92=88=E5=AF=B9=20=E2=80=9Cmodel=E2=80=9D=20?= =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E9=85=8D=E7=BD=AE=E4=BF=A1=E6=81=AF=EF=BC=8C?= =?UTF-8?q?=E4=BB=8E=E6=89=A7=E8=A1=8C=E5=99=A8=E4=BE=A7=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E7=B1=BB=E9=85=8D=E7=BD=AE=E8=B0=83=E6=95=B4=E8=87=B3=E8=B0=83?= =?UTF-8?q?=E5=BA=A6=E4=B8=AD=E5=BF=83=E2=80=9C=E4=BB=BB=E5=8A=A1=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E2=80=9D=E5=8A=A8=E6=80=81=E9=85=8D=E7=BD=AE=EF=BC=8C?= =?UTF-8?q?=E6=94=AF=E6=8C=81=E9=9B=86=E6=88=90=E5=A4=9A=E6=A8=A1=E5=9E=8B?= =?UTF-8?q?=E3=80=81=E5=B9=B6=E7=BB=93=E5=90=88=E4=BB=BB=E5=8A=A1=E5=8A=A8?= =?UTF-8?q?=E6=80=81=E9=85=8D=E7=BD=AE=E5=88=87=E6=8D=A2=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/xxl/job/executor/controller/IndexController.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xxl-job-executor-samples/xxl-job-executor-sample-springboot-ai/src/main/java/com/xxl/job/executor/controller/IndexController.java b/xxl-job-executor-samples/xxl-job-executor-sample-springboot-ai/src/main/java/com/xxl/job/executor/controller/IndexController.java index ac3ab64e..af5f2cd9 100644 --- a/xxl-job-executor-samples/xxl-job-executor-sample-springboot-ai/src/main/java/com/xxl/job/executor/controller/IndexController.java +++ b/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