mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-06 22:02:44 +02:00
minor speed improvements
This commit is contained in:
parent
f7ff6ee11a
commit
ce2e64c908
1 changed files with 2 additions and 0 deletions
|
|
@ -13,6 +13,8 @@ const DEEPGRAM_PARAMS = new URLSearchParams({
|
|||
smart_format: 'true',
|
||||
punctuate: 'true',
|
||||
language: 'en',
|
||||
endpointing: '100',
|
||||
no_delay: 'true',
|
||||
});
|
||||
const DEEPGRAM_LISTEN_URL = `wss://api.deepgram.com/v1/listen?${DEEPGRAM_PARAMS.toString()}`;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue