Passage v 0.3.0
All checks were successful
Build & Push Images / build (brain) (push) Successful in 57s
Build & Push Images / build (core) (push) Successful in 1m37s
Build & Push Images / build (web) (push) Successful in 1m22s

This commit is contained in:
2026-04-21 16:56:57 +02:00
parent 71449bee1b
commit b0fe8de708
4 changed files with 4 additions and 4 deletions

View File

@@ -37,7 +37,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.2.0",
version="0.3.0",
)