mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-15 06:50:58 +00:00
refactor: 独立出预处理阶段
This commit is contained in:
@@ -23,7 +23,6 @@ class LLMAPIRequester(metaclass=abc.ABCMeta):
|
||||
async def request(
|
||||
self,
|
||||
query: core_entities.Query,
|
||||
conversation: core_entities.Conversation,
|
||||
) -> typing.AsyncGenerator[llm_entities.Message, None]:
|
||||
"""请求
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user