Make the chats settings and chat completions route experimental

This commit is contained in:
Kerollmops
2025-05-30 15:56:57 +02:00
parent 0f75ae9f25
commit 85c20447e0
7 changed files with 37 additions and 3 deletions

View File

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