Files
blog/content/posts/commits/2026-06-04-commit-52093fb.md
Betty 457633b0f6
Some checks failed
Hugo Build & Deploy / build-deploy (push) Has been cancelled
post: commit 52093fb in bojemoi
2026-06-04 07:57:34 +02:00

45 lines
1.0 KiB
Markdown

---
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 <noreply@anthropic.com>
### 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(-)
```