Skip to content

Commit

Permalink
update log info
Browse files Browse the repository at this point in the history
  • Loading branch information
DjangoPeng committed Aug 31, 2024
1 parent 4966bdd commit 53c4c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def _generate_report_ollama(self, messages):
:param messages: 包含系统提示和用户内容的消息列表。
:return: 生成的报告内容。
"""
LOG.info("使用 Ollama LLaMA 模型开始生成报告。")
LOG.info("使用 Ollama 托管模型服务开始生成报告。")
try:
payload = {
"model": self.config.ollama_model_name, # 使用配置中的Ollama模型名称
Expand Down

0 comments on commit 53c4c63

Please sign in to comment.