Update timestamp_granularities parameter in transcription function
This commit is contained in:
parent
fe6e710309
commit
fa871895bc
@ -3924,7 +3924,7 @@ def transcription(
|
||||
response_format: Optional[
|
||||
Literal["json", "text", "srt", "verbose_json", "vtt"]
|
||||
] = None,
|
||||
timestamp_granularities: Optional[List[Literal["sentence", "word"]]] = None,
|
||||
timestamp_granularities: Optional[List[Literal['word', 'segment']]] = None,
|
||||
temperature: Optional[int] = None, # openai defaults this to 0
|
||||
## LITELLM PARAMS ##
|
||||
user: Optional[str] = None,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user