Commit f99cad8c authored by alex yao's avatar alex yao

fix: 门户页对话失败

parent 5f7c9a24
......@@ -87,7 +87,7 @@ public class WebSearchFunction extends AbstractLargeModelFunction {
.cse().list().setCx(CX)
.setKey(KEY)
.setQ(query)
.setStart(2L)
.setStart(1L)
.setNum(3)
.execute();
loadHTML(execute, results);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment