Skip to content

Commit a48567c

Browse files
committed
update doc
1 parent 99922ec commit a48567c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

doc/db/tables_xxl_job.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ VALUES (1, 1, '示例任务01', now(), now(), 'XXL', '', 'CRON', '0 0 0 * * ? *'
159159
now(), ''),
160160
(2, 2, 'Ollama示例任务', now(), now(), 'XXL', '', 'NONE', '',
161161
'DO_NOTHING', 'FIRST', 'ollamaJobHandler', '{
162-
"input": "慢SQL问题分析思路",
162+
"input": "Java实现二叉树层序遍历",
163163
"prompt": "你是一个研发工程师,擅长解决技术类问题。",
164164
"model": "qwen3.5:2b"
165165
}', 'SERIAL_EXECUTION', 0, 0, 'BEAN', '', 'GLUE代码初始化',

xxl-job-executor-samples/xxl-job-executor-sample-springboot-ai/src/test/java/com/xxl/job/executor/test/ollama/OllamaTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public void chatTest() {
3434

3535
String model = "qwen3.5:2b";
3636
String prompt = "你是一个研发工程师,擅长解决技术类问题。";
37-
String input = "慢SQL问题分析思路";
37+
String input = "Java实现二叉树层序遍历";
3838

3939

4040
// build chat-client
@@ -61,7 +61,7 @@ public void chatStreamTest() throws InterruptedException {
6161

6262
String model = "qwen3.5:2b";
6363
String prompt = "你是一个研发工程师,擅长解决技术类问题。";
64-
String input = "慢SQL问题分析思路";
64+
String input = "Java实现二叉树层序遍历";
6565

6666

6767
// build chat-client

0 commit comments

Comments
 (0)