mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Make the chats settings and chat completions route experimental
This commit is contained in:
parent
ae135d1d46
commit
3b931e75d9
7 changed files with 37 additions and 3 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue