Spaces:
Runtime error
Runtime error
File size: 170 Bytes
8b6eec6 |
1 2 3 4 5 6 7 8 9 10 |
# Ausy RAG Demo
```bash
poetry shell
poetry install
export OPENAI_API_KEY=<...>
export VERBA_URL=<...>
export VERBA_API_KEY=<...>
verba start --model "gpt-3.5-turbo"
``` |