Spaces:
Runtime error
Runtime error
# 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" | |
``` |