Last active
January 27, 2026 12:27
-
-
Save ESJavadex/84085ddd4240f4ced3f2267224761447 to your computer and use it in GitHub Desktop.
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