File size: 1,832 Bytes
7533bf3
3772222
e8f8784
c0c5e38
3772222
 
 
54e468d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7fd6e93
 
630b0ad
7fd6e93
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c0c5e38
 
b77d524
c0c5e38
3772222
c0c5e38
f32dce5
c0c5e38
 
 
 
 
 
 
 
 
3772222
 
 
 
 
c0c5e38
d63a7d3
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
version: 1.0.9

cache: true
# fileStrategy: "firebase"

endpoints:
  custom:
    #groq
    - name: "groq"
      apiKey: "${GROQ_API_KEY}"
      baseURL: "https://api.groq.com/openai/v1/"
      models:
        default: [
          "llama2-70b-4096",
          "mixtral-8x7b-32768",
          "gemma-7b-it"
          ]
        fetch: false
      titleConvo: true
      titleModel: "mixtral-8x7b-32768"
      summarize: false
      summaryModel: "mixtral-8x7b-32768"
      forcePrompt: false
      modelDisplayLabel: "groq"
      
    # OpenRouter.ai
    - name: "OpenRouter"
      apiKey: "${OPENR_API_KEY}"
      baseURL: "https://openrouter.ai/api/v1"
      models:
        "default": [
          "nousresearch/nous-capybara-7b:free",
          "mistralai/mistral-7b-instruct:free",
          "openchat/openchat-7b:free",
          "gryphe/mythomist-7b:free",
          "undi95/toppy-m-7b:free",
          "openrouter/cinematika-7b:free"
          ]
        fetch: false
      titleConvo: true
      titleModel: "gpt-3.5-turbo"
      summarize: false
      summaryModel: "gpt-3.5-turbo"
      forcePrompt: false
      modelDisplayLabel: "OpenRouter"
      
    # NagaAI
    - name: "NagaAI"
      apiKey: "${NAGA_API_KEY}"
      baseURL: "https://api.naga.ac/v1"
      models:
        default: [
          "gpt-3.5-turbo-0125",
          "gpt-3.5-turbo-1106",
          "gpt-3.5-turbo-0613",
          "gemini-pro",
          "llama-2-70b-chat",
          "llama-2-13b-chat",
          "llama-2-7b-chat",
          "mistral-7b"
          ]
        fetch: false
      titleConvo: true
      titleModel: "gpt-3.5-turbo"
      summarize: false
      summaryModel: "gpt-3.5-turbo"
      forcePrompt: false
      modelDisplayLabel: "NagaAI"
      iconURL: "https://raw.githubusercontent.com/fuegovic/lc-config-yaml/main/icons/NagaAI.png"