Files
Sithies 72affaa0d8
CI / check (push) Successful in 13m8s
CI / test (push) Successful in 13m23s
CI / clippy (push) Successful in 12m46s
CI / deploy-infra (push) Has been skipped
CI / deploy (push) Has been skipped
feat: add Dockerfile, deploy pipeline, Ollama infra job, weekly cron
2026-04-25 19:22:51 +02:00

55 lines
2.6 KiB
TOML

# config.toml (Workspace-Root)
# ─── Modelle ──────────────────────────────────────────────────────────────────
[models.default]
provider = "openai_compat"
url = "http://localhost:11434/v1"
model = "gemma3:2b"
api_key = "ollama"
skill_format = "xml"
[models.summary]
provider = "openai_compat"
url = "http://localhost:11434"
model = "gemma3:2b"
api_key = "ollama"
skill_format = "xml"
max_summary_tokens = 2000
[models.openrouter-llama]
provider = "openai_compat"
url = "https://openrouter.ai/api/v1"
model = "meta-llama/llama-3.3-70b-instruct"
skill_format = "tool_use"
api_key = "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"
# ─── Chat ─────────────────────────────────────────────────────────────────────
[chat]
listen_port = 8765
admin_webhook_url = "https://sithies-tb.de6.quickconnect.to/direct/webapi/entry.cgi?api=SYNO.Chat.External&method=chatbot&version=2&token=%22k1RMRh0NbcROtVlPbUg2GNgtGzb3AKmiHzgIt0E1VcmtWkZFAic7Sv6sS3ZPHO1D%22"
admin_user_id = 5
[[chat.agents]]
agent_id = "sebas_tian"
model = "default"
max_tokens = 512
max_loops = 7
history_window = 20
summary_every = 10
conversation_timeout_mins = 120
bot_token = "k1RMRh0NbcROtVlPbUg2GNgtGzb3AKmiHzgIt0E1VcmtWkZFAic7Sv6sS3ZPHO1D"
incoming_webhook_url = "https://sithies-tb.de6.quickconnect.to/direct/webapi/entry.cgi?api=SYNO.Chat.External&method=chatbot&version=2&token=%22k1RMRh0NbcROtVlPbUg2GNgtGzb3AKmiHzgIt0E1VcmtWkZFAic7Sv6sS3ZPHO1D%22"
allowed_user_ids = [5]
[[chat.agents]]
agent_id = "lyra"
model = "default"
max_tokens = 12000
max_loops = 7
history_window = 20
summary_every = 10
conversation_timeout_mins = 120
bot_token = "e8Hg50YgD1YcfmfaKCr1B3lgAE3c2s8QyJOTXyfkPJulKzcqgqq7EBrT4MNw1gUy"
incoming_webhook_url = "https://sithies-tb.de6.quickconnect.to/direct/webapi/entry.cgi?api=SYNO.Chat.External&method=chatbot&version=2&token=%22e8Hg50YgD1YcfmfaKCr1B3lgAE3c2s8QyJOTXyfkPJulKzcqgqq7EBrT4MNw1gUy%22"
allowed_user_ids = [5]