# Configuration version (required) version: 1.0.0 # Cache settings: Set to true to enable caching cache: true # Definition of custom endpoints endpoints: custom: # Example - name: "Reverse Proxy" # 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: "user_provided" baseURL: "https://api.zen-ai.top/v1" models: default: ["gpt-4-vision-preview", "gpt-4-1106-preview", "gpt-3.5-turbo-1106", "gpt-4", "gpt-4-32k"] fetch: true titleConvo: true titleModel: "gpt-3.5-turbo-1106" summarize: true summaryModel: "gpt-3.5-turbo-1106" forcePrompt: false modelDisplayLabel: "ZEN" # See the Custom Configuration Guide for more information: # https://docs.librechat.ai/install/configuration/custom_config.html