🤖 Build voice-based LLM agents. Modular + open source. https://vocode.dev
Find a file
2023-02-24 10:53:12 -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.md 2023-02-24 10:53:12 -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-python-sdk

# set up environment
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

# start talking to an AI
python simple_conversation.py