mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-07-25 12:01:04 +02:00
fix: generate client
This commit is contained in:
parent
af961bbb40
commit
c5151b4d6a
1 changed files with 6 additions and 0 deletions
|
|
@ -4750,6 +4750,12 @@ export type SarvamTtsConfiguration = {
|
|||
* BCP-47 Indian-language code (e.g. hi-IN, en-IN).
|
||||
*/
|
||||
language?: string;
|
||||
/**
|
||||
* Speed
|
||||
*
|
||||
* Speech speed multiplier.
|
||||
*/
|
||||
speed?: number;
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue