Add Comments

This commit is contained in:
马一丁
2025-11-14 19:44:04 +08:00
parent 52eed4d010
commit 6d0e8f4b8c
13 changed files with 655 additions and 61 deletions
+6 -1
View File
@@ -47,7 +47,12 @@ settings = Settings()
def print_config(config: Settings):
"""将当前配置项按人类可读格式输出到日志,方便排障"""
"""
将当前配置项按人类可读格式输出到日志,方便排障。
参数:
config: Settings实例,通常为全局settings。
"""
message = ""
message += "\n=== Report Engine 配置 ===\n"
message += f"LLM 模型: {config.REPORT_ENGINE_MODEL_NAME}\n"