File size: 1,047 Bytes
3772222
 
 
 
 
 
 
 
 
2a46f3b
3772222
 
 
 
2a46f3b
 
 
 
3772222
 
2a46f3b
 
 
3772222
2a46f3b
3772222
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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