mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
![]() https://www.meilisearch.com/docs/reference/api/chats#chat-completions-workspace-object Currently the new `chatCompletions` feature could be enabled only via ``` curl \ -X PATCH 'MEILISEARCH_URL/experimental-features/' \ -H 'Content-Type: application/json' \ --data-binary '{ "chatCompletions": true }' ``` Now it will be possible to use 1) command line argument: `--experimental_chat_completions` 2) or environment variable: `export MEILI_EXPERIMENTAL_CHAT_COMPLETIONS=true` Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |