🤖 Build voice-based LLM agents. Modular + open source. https://vocode.dev
Find a file
2023-02-24 10:52:09 -08:00
vocode rename token to key 2023-02-24 10:52:09 -08:00
.gitignore python SDK 2023-02-24 10:47:17 -08:00
README.md update README 2023-02-24 10:48:59 -08:00
requirements.txt python SDK 2023-02-24 10:47:17 -08:00
simple_conversation.py rename token to key 2023-02-24 10:52:09 -08:00

vocode-sdk

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python simple_conversation.py