File size: 811 Bytes
dfd0d4f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
version: 1.2.2
cache: true
endpoints:
  custom:
    - name: "OpenRouter"
      apiKey: "${OPENROUTER_KEY}"
      baseURL: "https://openrouter.ai/api/v1"
      models:
        default: [
        "qwen/qwq-32b",
        "google/gemma-3-27b-it"
        ]
        fetch: true
      titleConvo: true
      titleModel: "current_model"
      summarize: false
      summaryModel: "current_model"
      forcePrompt: false
      modelDisplayLabel: "OpenRouter"
#- name: "Ollama"
#      apiKey: "ollama"
#      baseURL: "http://host.docker.internal:11434/v1/"
#      models:
#        default: [
#          "llama3:latest",
#          "command-r",
#          "mixtral",
#          "phi3"
#          ]
#        fetch: true # fetching list of models is not supported
#      titleConvo: true
#      titleModel: "current_model"