📘 docs: update dotenv ENDPOINTS example

This commit is contained in:
Marco Beretta
2024-12-22 18:04:00 +01:00
committed by GitHub
parent c76790ee2d
commit 2640bd3a00

View File

@@ -193,7 +193,7 @@ Uncomment `ENDPOINTS` to customize the available endpoints in LibreChat.
<OptionTable
options={[
['ENDPOINTS', 'string', 'Comma-separated list of available endpoints.', '# ENDPOINTS=openAI,assistants,gptPlugins,azureOpenAI,google,anthropic,bingAI,custom'],
['ENDPOINTS', 'string', 'Comma-separated list of available endpoints.', '# ENDPOINTS=openAI,agents,assistants,gptPlugins,azureOpenAI,google,anthropic,bingAI,custom'],
['PROXY', 'string', 'Proxy setting for all endpoints.', 'PROXY='],
['TITLE_CONVO', 'boolean', 'Enable titling for all endpoints.', 'TITLE_CONVO=true'],
]}