From da5f0de153217757be7044557c6f8f41f668c5e9 Mon Sep 17 00:00:00 2001 From: Martin Tzvetanov Grigorov Date: Mon, 23 Jun 2025 11:32:14 +0300 Subject: [PATCH] Document the new cli argument/option in the config file Signed-off-by: Martin Tzvetanov Grigorov --- config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.toml b/config.toml index bbd70a63f..fefe9d3b7 100644 --- a/config.toml +++ b/config.toml @@ -132,3 +132,6 @@ experimental_reduce_indexing_memory_usage = false # Experimentally reduces the maximum number of tasks that will be processed at once, see: # experimental_max_number_of_batched_tasks = 100 + +# Experimental chat completions feature, see: +experimental_chat_completions = false