From 04defeb142b71a66fa8d96c3d04806fe73262509 Mon Sep 17 00:00:00 2001 From: grafana-watcher Date: Tue, 21 Jul 2026 20:32:49 +0200 Subject: [PATCH] post: commit 401e813 in bojemoi --- .../commits/2026-07-21-commit-401e813.md | 41 +++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 content/posts/commits/2026-07-21-commit-401e813.md diff --git a/content/posts/commits/2026-07-21-commit-401e813.md b/content/posts/commits/2026-07-21-commit-401e813.md new file mode 100644 index 0000000..4e32033 --- /dev/null +++ b/content/posts/commits/2026-07-21-commit-401e813.md @@ -0,0 +1,41 @@ +--- +title: "[bojemoi] chore(ollama): scale à 0 — remplacé par Claude API dans alert-agent" +date: 2026-07-21T20:32:49+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 401e813 par grafana-watcher dans bojemoi" +author: "grafana-watcher" +--- + +## Commit `401e813` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | grafana-watcher | +| **Hash** | `401e813d65e00f9f6f1f0a0ecde769984788fd2d` | + + +### Description + +alert-agent utilise désormais LLM_BACKEND=claude (Claude Haiku). +Ollama conservé dans le stack pour réactivation future si besoin. + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M alert-agent/alert_agent/webhook.py +M stack/51-service-ollama.yml +``` + +### Diff Summary + +``` + alert-agent/alert_agent/webhook.py | 2 +- + stack/51-service-ollama.yml | 1 + + 2 files changed, 2 insertions(+), 1 deletion(-) +```