mirror of
https://github.com/YGGverse/rssto.git
synced 2026-03-31 17:15:29 +00:00
22 lines
No EOL
469 B
TOML
22 lines
No EOL
469 B
TOML
# Rescan database for new subjects, in seconds
|
|
# * process once if not defined
|
|
# update = 900
|
|
|
|
# Database connection setup
|
|
# * see crates/mysql/database
|
|
[mysql]
|
|
host = "localhost"
|
|
port = 3306
|
|
username = ""
|
|
password = ""
|
|
database = "rssto"
|
|
|
|
# LLM connection setup
|
|
[llm]
|
|
scheme = "http"
|
|
host = "127.0.0.1"
|
|
port = 8080
|
|
# Model name
|
|
model = "ggml-org/gemma-3-1b-it-GGUF"
|
|
# Initial message for the `content` subject (e.g. `translate to...`)
|
|
message = "translate to english:" |