mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-26 08:56:22 +02:00
use managed deepgram when signed in
This commit is contained in:
parent
604d521ac2
commit
7097cb064a
5 changed files with 59 additions and 66 deletions
|
|
@ -480,6 +480,12 @@ const ipcSchemas = {
|
|||
mimeType: z.string(),
|
||||
}),
|
||||
},
|
||||
'voice:getDeepgramToken': {
|
||||
req: z.null(),
|
||||
res: z.object({
|
||||
token: z.string(),
|
||||
}).nullable(),
|
||||
},
|
||||
// Inline task schedule classification
|
||||
'inline-task:classifySchedule': {
|
||||
req: z.object({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue