From 457633b0f660358e10bc0a43d1dc6eb6c3483f75 Mon Sep 17 00:00:00 2001 From: Betty Date: Thu, 4 Jun 2026 07:57:33 +0200 Subject: [PATCH] post: commit 52093fb in bojemoi --- .../commits/2026-06-04-commit-52093fb.md | 44 +++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 content/posts/commits/2026-06-04-commit-52093fb.md diff --git a/content/posts/commits/2026-06-04-commit-52093fb.md b/content/posts/commits/2026-06-04-commit-52093fb.md new file mode 100644 index 0000000..b13ea35 --- /dev/null +++ b/content/posts/commits/2026-06-04-commit-52093fb.md @@ -0,0 +1,44 @@ +--- +title: "[bojemoi] fix(ollama): corriger OLLAMA_MODEL mistral:7b-instruct → mistral:latest" +date: 2026-06-04T07:57:33+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 52093fb par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `52093fb` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `52093fb3053c14a917b8c8f6b23fd49c4275f7c6` | + + +### Description + +Le modèle chargé dans Ollama est `mistral:latest` ; l'ancien tag +`mistral:7b-instruct` retournait 404 sur /v1/chat/completions, +désactivant silencieusement l'enrichissement de tags nuclei et dojo-triage. + +Corrigé dans : nuclei-worker, nuclei (api), dojo-triage, alert-agent. + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M stack/40-service-borodino.yml +M stack/48-service-alert-agent.yml +``` + +### Diff Summary + +``` + stack/40-service-borodino.yml | 6 +++--- + stack/48-service-alert-agent.yml | 2 +- + 2 files changed, 4 insertions(+), 4 deletions(-) +```