Add Comments

This commit is contained in:
马一丁
2025-11-13 22:49:59 +08:00
parent 82152547e1
commit e267b1fc04
23 changed files with 500 additions and 145 deletions
+3 -1
View File
@@ -1,5 +1,7 @@
"""
LLM module for the Report Engine.
Report Engine LLM子模块。
目前主要暴露 OpenAI 兼容的 `LLMClient` 封装。
"""
from .base import LLMClient