implement initial llm features

This commit is contained in:
yggverse 2026-01-08 14:05:16 +02:00
parent 5608e2e081
commit de3fda435a
10 changed files with 269 additions and 14 deletions

View file

@ -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)