Spaces:
Runtime error
Runtime error
| # Configuration version (required) | |
| version: 1.0.0 | |
| # Cache settings: Set to true to enable caching | |
| cache: true | |
| # Definition of custom endpoints | |
| endpoints: | |
| custom: | |
| - name: "Free ChatGPT" | |
| # For `apiKey` and `baseURL`, you can use environment variables that you define. | |
| # recommended environment variables: | |
| # Known issue: you should not use `OPENROUTER_API_KEY` as it will then override the `openAI` endpoint to use OpenRouter as well. | |
| apiKey: OPENAI_API_KEY | |
| baseURL: "https://eu.neuropapi.host/v1" | |
| models: | |
| default: [ | |
| "gpt-3.5-turbo-0125", | |
| "claude-3-haiku-20240229", | |
| "dolphin-2.6-mixtral-8x7b", | |
| "CodeLlama-34b-Instruct-hf" | |
| ] | |
| fetch: true | |
| titleConvo: true | |
| titleModel: "gpt-3.5-turbo-0125" | |
| summarize: false | |
| summaryModel: "gpt-3.5-turbo-0125" | |
| forcePrompt: false | |
| modelDisplayLabel: "AI" | |
| # See the Custom Configuration Guide for more information: | |
| # https://docs.librechat.ai/install/configuration/custom_config.html |