mirror of
https://github.com/YGGverse/rssto.git
synced 2026-03-31 17:15:29 +00:00
implement initial llm features
This commit is contained in:
parent
5608e2e081
commit
de3fda435a
10 changed files with 269 additions and 14 deletions
|
|
@ -7,7 +7,8 @@ Web server implementation based on the Rocket engine
|
|||
|
||||
```
|
||||
cd rssto/crates/rssto-http
|
||||
cargo run -- --mysql-username USER \
|
||||
--mysql-password PASS \
|
||||
--mysql-database NAME
|
||||
```
|
||||
cargo run -- --mysql-username {USER} \
|
||||
--mysql-password {PASS} \
|
||||
--mysql-database {NAME}
|
||||
```
|
||||
* optionally, use `--provider-id {ID}` to filter content using post-processing results (e.g. generated by the `rssto-llm` crate)
|
||||
Loading…
Add table
Add a link
Reference in a new issue