rssto/crates/llm/README.md
2026-01-10 16:37:28 +02:00

22 lines
No EOL
380 B
Markdown

# rssto-llm
LLM daemon for the rssto DB translations
> [!NOTE]
> In development!
1. Setup `rssto-crawler` first and collect initial data
2. Run LLM server:
```
llama-server -hf ggml-org/gemma-3-1b-it-GGUF
```
3. Launch `rssto-llm` to handle `content` DB:
```
cd rssto/crates/rssto-llm
cargo run -- -c /path/to/config.toml
```
* see `--help` to display all supported options