File size: 1,165 Bytes
3772222
c613b6c
3772222
 
f68d66b
3772222
aacd2e4
 
 
3772222
 
 
a875731
 
 
 
 
 
 
 
 
031c40e
a875731
 
 
 
7f17a03
a875731
 
 
 
 
031c40e
f68d66b
a875731
 
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
29
30
31
32
33
34
35
36
37
38
# Configuration version (required)
version: 1.1.2

# Cache settings: Set to true to enable caching
cache: false

registration:
  socialLogins: ["discord", "facebook", "github", "google", "openid"]

# Definition of custom endpoints
endpoints:
  custom:
    # Zapzatron_API
    - name: "Zapzatron_API"
      apiKey: "user_provided"
      baseURL: "https://handy-uniformly-chipmunk.ngrok-free.app/v1"
      models:
        default: [
          "gpt-4o",
          "gpt-4o-mini",
          "gpt-4-0125-preview",
          "gpt-4",
          "gpt-3.5-turbo",
          "gemini-pro",
          "llama3-70b-8192",
        ]
        fetch: true
      titleConvo: true
      titleModel: "gpt-4o-mini"
      summarize: false
      summaryModel: "gpt-4o-mini"
      forcePrompt: false
      # dropParams: ["stop", "user", "frequency_penalty", "presence_penalty", "temperature", "top_p", "stream"]
      modelDisplayLabel: "Zapzatron_API"
      # iconURL: "https://raw.githubusercontent.com/LibreChat-AI/librechat-config-yaml/main/icons/NagaAI.png"

# See the Custom Configuration Guide for more information:
# https://docs.librechat.ai/install/configuration/custom_config.html