pull/1262/head
foxplaying 2025-09-24 20:23:18 +08:00 committed by GitHub
parent dd1befa8fe
commit cca82e6b08
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -117,6 +117,7 @@ class BaseClient(ABC):
self, self,
model_info: ModelInfo, model_info: ModelInfo,
audio_base64: str, audio_base64: str,
max_tokens: int = 2048,
extra_params: dict[str, Any] | None = None, extra_params: dict[str, Any] | None = None,
) -> APIResponse: ) -> APIResponse:
""" """