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

View File

@ -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:
"""