🤖 Build voice-based LLM agents. Modular + open source. https://vocode.dev
Find a file
2023-02-25 21:35:05 -08:00
vocode put api key in __init__.py 2023-02-25 21:15:10 -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 bump package 2023-02-25 21:35:05 -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 bump package 2023-02-25 21:35:05 -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