♻️(backend) use mistral sdk with legacy ai feature

We also want to use the mistral sdk with the legacy AI feature when this
one is configured with the settings. In order to separate bot feature,
they now live in their own module.
This commit is contained in:
Manuel Raynaud
2026-04-30 09:32:34 +02:00
parent 8c84dbf39a
commit 6cfc8990b9
10 changed files with 279 additions and 138 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ from rest_framework import serializers
from core import choices, enums, models, validators
from core.services import mime_types
from core.services.ai_services import AI_ACTIONS
from core.services.ai_services.legacy import AI_ACTIONS
from core.services.converter_services import (
ConversionError,
Converter,