fix(ai-service): gestion erreurs, health check, limite taille, run_in_executor

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-22 12:11:58 +01:00
parent ad1c1044c7
commit 1af5f66855
2 changed files with 36 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
FROM python:3.11-slim
FROM python:3.11.11-slim
WORKDIR /app
COPY requirements.txt .