-
This does not work properly on iOS browsers including Safari and Chrome. The live transcription works well for the first 10-20 seconds on iOS. Then it loses the websocket connection and says "Deepgram…
-
Whe using deepgram with multiple barge in, it does not work after the 3rd one, not recognizing anymore.
call_id: 69d04f86-03c1-123d-8d9e-028d3aae2477
-
Create settings panel for Api keys and other custom properties such as prompts
-
In `AsyncLiveClient`, the following code snippet checks if the keepalive option is set to `true`:
https://github.com/deepgram/deepgram-python-sdk/blob/2d0ddf12935c8b00136883689d4674536e6c01f8/deepg…
-
This is the error message I got:
```
- couldn't import psycopg 'c' implementation: No module named 'psycopg_c'
- couldn't import psycopg 'binary' implementation: No module named 'psycopg_binary'
-…
-
```
def __init__(self, stt_model_config: dict):
# Check for api_key
if stt_model_config["api_key"] is None:
raise Exception("Attempt to create Deepgram STT Model witho…
-
When I try to run the voice assistant example on github codespaces, upon the execution of ` python minimal_assistant.py download-files`
I get the following error :
```
python minimal_assistant.py…
-
When activating the barge in, using this example:
```json
[
{
"say": {
"text": "Answer with this phrase: \"number one\"",
"disableTtsCache": false
}
},
{
"gathe…
-
At times when voice isn’t recognized properly or language spoken isn’t English, whisper throws gibberish output as transcription. Apply English filter to Whisper output to sanitize such responses.
…
-
## Proposed changes
## Context
## Possible Implementation
## Other information