fix comment

This commit is contained in:
Looly 2025-08-21 11:43:17 +08:00
parent af63cb39c8
commit 2373146a42

View File

@ -34,11 +34,10 @@
* messageList.add(new Message("user","你能帮我做什么")); * messageList.add(new Message("user","你能帮我做什么"));
* *
* // 输出对话结果 * // 输出对话结果
* System.out.println(aiService.chat(messageList)); * Console.log(aiService.chat(messageList));
* }</pre> * }</pre>
* *
* @author yangruoyu-yumeisoft * @author yangruoyu-yumeisoft
* @since 5.8.40 * @since 5.8.40
*/ */
package cn.hutool.v7.ai.model.ollama; package cn.hutool.v7.ai.model.ollama;