style: 规范化部分模块注释
This commit is contained in:
@@ -38,7 +38,7 @@ class BaseLLM:
|
||||
return "BaseLLM 未实现具体功能"
|
||||
|
||||
async def chat_stream(self, messages: List[Dict[str, str]], **kwargs):
|
||||
"""流式聊天(可选实现)
|
||||
"""流式聊天 (可选实现)
|
||||
|
||||
Args:
|
||||
messages: 消息列表
|
||||
|
||||
Reference in New Issue
Block a user