Skip to content

Commit 53c4c63

Browse files
committed
update log info
1 parent 4966bdd commit 53c4c63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llm.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def _generate_report_ollama(self, messages):
7979
:param messages: 包含系统提示和用户内容的消息列表。
8080
:return: 生成的报告内容。
8181
"""
82-
LOG.info("使用 Ollama LLaMA 模型开始生成报告。")
82+
LOG.info("使用 Ollama 托管模型服务开始生成报告。")
8383
try:
8484
payload = {
8585
"model": self.config.ollama_model_name, # 使用配置中的Ollama模型名称

0 commit comments

Comments
 (0)