📚 docs: Fix Broken Links (#2171)

Fix broken links to the custom config file on `timeoutMs` and `supportedIds`.
This commit is contained in:
Florian Kohrt 2024-03-23 16:05:52 +01:00 committed by GitHub
parent 45a95acec2
commit 8e7816468d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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): - 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) - 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) - 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) - 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) - Specify which assistant Ids are supported or excluded [More info](./custom_config.md#supportedids)
**Notes:** **Notes:**