Mise à jour vers 0.8.5 ; ajout de la bascule entre le canal bêta et le canal stable

This commit is contained in:
2026-05-19 18:05:17 +02:00
parent 4bbc6333fc
commit 43f45d68a1
17 changed files with 875 additions and 19 deletions

View File

@@ -41,7 +41,7 @@ from app.infrastructure.onemin_adapter import OneMinAiLLMProvider
app = FastAPI(
title="LoreMind Brain",
description="Backend IA pour la génération de contenu narratif.",
version="0.8.4-beta",
version="0.8.5",
)