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

View File

@ -565,7 +565,7 @@ class OpenaiClient(BaseClient):
self,
model_info: ModelInfo,
audio_base64: str,
max_tokens: int = 2048, # OpenAI 实际不用
max_tokens: Optional[int] = None,
extra_params: dict[str, Any] | None = None,
) -> APIResponse:
"""