🤖 Build voice-based LLM agents. Modular + open source. https://vocode.dev
Find a file
2023-02-27 11:21:50 -08:00
vocode ajay comments 2023-02-27 11:21:50 -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-27 00:57:37 -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 use queue for output and put it in a thread, threads are back baby 2023-02-27 00:57:11 -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