Spaces:
Runtime error
Runtime error
File size: 379 Bytes
bedb8e2 |
1 2 3 4 5 6 7 8 9 10 11 12 |
# llm-backend
This project provides a simple async interface to interact with an Ollama model and demonstrates basic tool usage. Chat histories are stored in a local SQLite database using Peewee.
## Usage
```bash
python run.py
```
The script will ask the model to compute an arithmetic expression and print the answer. Conversations are automatically persisted to `chat.db`.
|