Skip to content

Commit

Permalink
πŸ“˜ docs: update dotenv ENDPOINTS example
Browse files Browse the repository at this point in the history
  • Loading branch information
berry-13 authored Dec 22, 2024
1 parent c76790e commit 2640bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/docs/configuration/dotenv.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
]}
Expand Down

0 comments on commit 2640bd3

Please sign in to comment.