feat: add Dockerfile, deploy pipeline, Ollama infra job, weekly cron
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

This commit is contained in:
2026-04-25 19:22:51 +02:00
parent b6a5618f78
commit 72affaa0d8
5 changed files with 160 additions and 7 deletions
+15 -6
View File
@@ -2,18 +2,27 @@
# ─── 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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"
[models.summary]
provider = "openai_compat"
url = "http://localhost:11434"
model = "llama3.1:8b"
max_summary_tokens = 5000
skill_format = "xml"
# ─── Chat ─────────────────────────────────────────────────────────────────────
[chat]