mirror of
https://github.com/YGGverse/rssto.git
synced 2026-04-01 01:25:29 +00:00
use config file instead of argument options
This commit is contained in:
parent
ec0cca64f3
commit
3e94399ccb
15 changed files with 162 additions and 123 deletions
|
|
@ -17,12 +17,6 @@ llama-server -hf ggml-org/gemma-3-1b-it-GGUF
|
|||
|
||||
```
|
||||
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}
|
||||
cargo run -- -c /path/to/config.toml
|
||||
```
|
||||
* see `--help` to display all supported options
|
||||
Loading…
Add table
Add a link
Reference in a new issue