Spaces:
Neurogen
/
Runtime error

File size: 1,043 Bytes
3772222
 
 
 
 
 
 
 
 
 
d8f2a73
3772222
 
 
d8f2a73
 
3772222
d8f2a73
 
 
 
 
 
3772222
 
d8f2a73
3772222
d8f2a73
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
# 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