Former-commit-id: a8cd556230c1d0bc4e090acc2276c035910ce6f6
This commit is contained in:
hiyouga
2024-03-09 21:35:24 +08:00
parent 48846676d8
commit c631799f5d
5 changed files with 14 additions and 1 deletions

View File

@@ -38,6 +38,11 @@ class BaseEngine(ABC):
generating_args: "GeneratingArguments",
) -> None: ...
@abstractmethod
async def start(
self,
) -> None: ...
@abstractmethod
async def chat(
self,