🤖 Build voice-based LLM agents. Modular + open source. https://vocode.dev
Find a file
2023-02-25 20:57:55 -08:00
vocode remove BASE_URL env var 2023-02-24 10:55:51 -08:00
.gitignore poetry 2023-02-25 20:57:55 -08:00
poetry.lock poetry 2023-02-25 20:57:55 -08:00
pyproject.toml poetry 2023-02-25 20:57:55 -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