Created
January 27, 2026 16:25
-
-
Save ESJavadex/0e212d2ff5300e3616b711bc55428496 to your computer and use it in GitHub Desktop.
config_librechat.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| version: 1.2.1 | |
| cache: true | |
| endpoints: | |
| custom: | |
| - name: "LiteLLM" | |
| apiKey: "${LITELLM_API_KEY}" | |
| baseURL: "${LITELLM_BASE_URL}" | |
| models: | |
| default: | |
| - "gpt-4o" | |
| fetch: true | |
| titleConvo: true | |
| titleModel: "gpt-4o" | |
| summarize: true | |
| modelDisplayLabel: "LiteLLM" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment