multimodal experimental feature

This commit is contained in:
Louis Dureuil
2025-06-30 13:54:04 +02:00
parent e54fc59248
commit c1a132fa06
6 changed files with 39 additions and 0 deletions

View File

@ -21,6 +21,7 @@ pub struct RuntimeTogglableFeatures {
pub get_task_documents_route: bool,
pub composite_embedders: bool,
pub chat_completions: bool,
pub multimodal: bool,
}
#[derive(Default, Debug, Clone, Copy)]