mirror of https://github.com/Mai-with-u/MaiBot.git
fix
parent
dd1befa8fe
commit
cca82e6b08
|
|
@ -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:
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue