style: 规范化部分模块注释

This commit is contained in:
2026-06-04 08:08:20 +08:00
parent b31c045aa5
commit 6a3fa75e13
33 changed files with 540 additions and 77 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ class BaseLLM:
return "BaseLLM 未实现具体功能"
async def chat_stream(self, messages: List[Dict[str, str]], **kwargs):
"""流式聊天可选实现
"""流式聊天 (可选实现)
Args:
messages: 消息列表