passage 1.0.1-beta
All checks were successful
Build & Push Images / build (brain) (push) Successful in 1m29s
Build & Push Images / build (web) (push) Successful in 1m58s
Build & Push Images / build (core) (push) Successful in 3m39s
Build & Push Images / build-switcher (push) Successful in 20s

This commit is contained in:
2026-07-06 15:25:48 +02:00
parent 5c3c58265f
commit 587e0fe097
4 changed files with 5 additions and 5 deletions

View File

@@ -26,7 +26,7 @@ from app.infrastructure.ollama_model_installer import ensure_ollama_embedding_mo
app = FastAPI(
title="LoreMind Brain",
description="Backend IA pour la génération de contenu narratif.",
version="1.0.0",
version="1.0.1-beta",
)
logger = logging.getLogger(__name__)