# 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: "sk-OO3rMhRgOoKNh0viA663EbA77c6d4f559c7c015cD7Ca1dCa" baseURL: "https://api.zen-ai.top/v1" models: "gpt-3.5-turbo-1106,gpt-4-1106-preview,gpt-4-vision-preview,gpt-32k,gpt-4-0613" default: ["gpt-3.5-turbo-1106"] 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