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