From 624375fa5d6f938e87a6974132ddffa336a4889a Mon Sep 17 00:00:00 2001 From: Anupam Kumar Date: Wed, 22 Jan 2025 16:10:38 +0530 Subject: [PATCH] Update admin_manual/ai/app_context_chat.rst Co-authored-by: Julien Veyssier Signed-off-by: Anupam Kumar --- admin_manual/ai/app_context_chat.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/ai/app_context_chat.rst b/admin_manual/ai/app_context_chat.rst index c1b141d14..02110963f 100644 --- a/admin_manual/ai/app_context_chat.rst +++ b/admin_manual/ai/app_context_chat.rst @@ -161,7 +161,7 @@ Configuration Options (OCC) * ``request_timeout`` integer (default: 3000) Request timeout in seconds for all requests made to the Context chat backend (the external app in AppAPI). - ``TIMEOUT_SERVER`` in the docker socket proxy should be set to a value higher than this. + If a docker socket proxy is used, the ``TIMEOUT_SERVER`` environment variable should be set to a value higher than ``request_timeout``. .. code-block::