From 8e7816468d1a808032fbe2be629c8e3c6fe13056 Mon Sep 17 00:00:00 2001 From: Florian Kohrt Date: Sat, 23 Mar 2024 16:05:52 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20docs:=20Fix=20Broken=20Links=20(?= =?UTF-8?q?#2171)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix broken links to the custom config file on `timeoutMs` and `supportedIds`. --- docs/install/configuration/ai_setup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install/configuration/ai_setup.md b/docs/install/configuration/ai_setup.md index e02ea3b5ca..1a2339fe3e 100644 --- a/docs/install/configuration/ai_setup.md +++ b/docs/install/configuration/ai_setup.md @@ -126,8 +126,8 @@ ASSISTANTS_BASE_URL=http://your-alt-baseURL:3080/ - There is additional, optional configuration, depending on your needs, such as disabling the assistant builder UI, that are available via the [`librechat.yaml` custom config file](./custom_config.md#assistants-endpoint-object-structure): - Control the visibility and use of the builder interface for assistants. [More info](./custom_config.md#disablebuilder) - Specify the polling interval in milliseconds for checking run updates or changes in assistant run states. [More info](./custom_config.md#pollintervalms) - - Set the timeout period in milliseconds for assistant runs. Helps manage system load by limiting total run operation time. [More info](./custom_config.md#timeoutMs) - - Specify which assistant Ids are supported or excluded [More info](./custom_config.md#supportedIds) + - Set the timeout period in milliseconds for assistant runs. Helps manage system load by limiting total run operation time. [More info](./custom_config.md#timeoutms) + - Specify which assistant Ids are supported or excluded [More info](./custom_config.md#supportedids) **Notes:**