先raise占位

pull/1163/head
UnCLAS-Prommer 2025-08-03 19:58:32 +08:00
parent 1e5db5d7e1
commit 75d3673d15
No known key found for this signature in database
1 changed files with 5 additions and 0 deletions

View File

@ -483,6 +483,11 @@ class GeminiClient(BaseClient):
return response
def get_audio_transcriptions(
self, model_info: ModelInfo, audio_base64: str, extra_params: dict[str, Any] | None = None
) -> APIResponse:
raise NotImplementedError("尚未实现音频转录功能")
def get_support_image_formats(self) -> list[str]:
"""
获取支持的图片格式