mirror of
https://github.com/YGGverse/rssto.git
synced 2026-03-31 17:15:29 +00:00
| .. | ||
| src | ||
| Cargo.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 -- --mysql-username {USER} \
--mysql-password {PASS} \
--mysql-database {NAME} \
--llm-host {HOST} \
--llm-port {PORT} \
--llm-model {MODEL} \
--llm-message {MESSAGE}
- see
--helpto display all supported options