mirror of
https://github.com/YGGverse/rssto.git
synced 2026-03-31 17:15:29 +00:00
| .. | ||
| src | ||
| Cargo.toml | ||
| config.toml | ||
| LICENSE | ||
| README.md | ||
rssto-llm
LLM daemon for the rssto DB translations
Note
In development!
-
Setup
rssto-crawlerfirst and collect initial data -
Run LLM server:
llama-server -hf ggml-org/gemma-3-1b-it-GGUF
- Launch
rssto-llmto handlecontentDB:
cd rssto/crates/rssto-llm
cargo run -- -c /path/to/config.toml
- see
--helpto display all supported options