rssto/crates/llm
2026-01-11 20:36:00 +02:00
..
src normalize db tables, optionally persist channel descriptions, remove entries logic from the crawler, update config options 2026-01-11 20:36:00 +02:00
Cargo.toml use config file instead of argument options 2026-01-10 16:37:28 +02:00
config.toml use config file instead of argument options 2026-01-10 16:37:28 +02:00
LICENSE implement initial llm features 2026-01-08 14:05:16 +02:00
README.md use config file instead of argument options 2026-01-10 16:37:28 +02:00

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
  1. 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