mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-28 08:49:42 +02:00
feat: add cartesia ink 2 in STT models
This commit is contained in:
parent
557de72b9c
commit
327ec561d5
10 changed files with 309 additions and 17 deletions
|
|
@ -1042,6 +1042,12 @@ export type CartesiaSttConfiguration = {
|
|||
* Cartesia STT model.
|
||||
*/
|
||||
model?: string;
|
||||
/**
|
||||
* Language
|
||||
*
|
||||
* ISO 639-1 language code. ink-2 currently supports English only.
|
||||
*/
|
||||
language?: string;
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue