mirror of https://github.com/Mai-with-u/MaiBot.git
fix
parent
dd1befa8fe
commit
cca82e6b08
|
|
@ -117,6 +117,7 @@ class BaseClient(ABC):
|
|||
self,
|
||||
model_info: ModelInfo,
|
||||
audio_base64: str,
|
||||
max_tokens: int = 2048,
|
||||
extra_params: dict[str, Any] | None = None,
|
||||
) -> APIResponse:
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in New Issue