Prooted Debian on Termux here, as many modules refused to install on Termux, especially gevent or pyaudio.
- Href wrong: https://github.com/gkamradt/QuickAgent/blob/main/www.deepgram.com
- One needs the deepgram API key. I propose a quick link to : https://console.deepgram.com/project (keys), plus info that:
# Set your Deepgram API Key and desired voice model DG_API_KEY = os.getenv("DEEPGRAM_API_KEY")
To avoid:
root@localhost:~/downloads_Termux/QuickAgent# python QuickAgent.py WARNING: API key is missing Listening... WebSocketException in AsyncLiveClient.start: server rejected WebSocket connection: HTTP 401
... etc,
with Groq trying to answer unasked questions in a loop.
- Fyi, it works somehow better on Ubuntu, obviously, I may update it later.
Prooted Debian on Termux here, as many modules refused to install on Termux, especially gevent or pyaudio.
# Set your Deepgram API Key and desired voice model DG_API_KEY = os.getenv("DEEPGRAM_API_KEY")To avoid:
root@localhost:~/downloads_Termux/QuickAgent# python QuickAgent.py WARNING: API key is missing Listening... WebSocketException in AsyncLiveClient.start: server rejected WebSocket connection: HTTP 401... etc,
with Groq trying to answer unasked questions in a loop.