mirror of
https://github.com/suitenumerique/docs.git
synced 2026-09-23 10:05:10 +02:00
♻️(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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user