Skip to content

Commit da75207

Browse files
author
Nguyen Tran Hoai Trung
committed
fix: pass speechConfig in gemini tts request
1 parent b348a26 commit da75207

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

litellm/types/llms/vertex_ai.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ class GenerationConfig(TypedDict, total=False):
206206
responseLogprobs: bool
207207
logprobs: int
208208
responseModalities: List[GeminiResponseModalities]
209+
speechConfig: SpeechConfig
209210
thinkingConfig: GeminiThinkingConfig
210211

211212

0 commit comments

Comments
 (0)