vocode-python/README.md
2023-02-24 10:52:57 -08:00

11 lines
181 B
Markdown

# vocode-sdk
```bash
# 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
```