perf: minor fixes

This commit is contained in:
Junyan Qin
2025-08-03 15:30:11 +08:00
parent 47ff883fc7
commit b9f768af25
6 changed files with 14 additions and 23 deletions

View File

@@ -98,7 +98,6 @@ class ProviderAPIRequester(metaclass=abc.ABCMeta):
"""
pass
@abc.abstractmethod
async def invoke_llm_stream(
self,
query: core_entities.Query,