File size: 2,484 Bytes
9ca2107
f096670
 
 
e9945f2
2e56c82
5779fe9
7c42a5c
5bb0bda
83eaa6b
5779fe9
32401b4
 
9a9e4a5
de68c84
65025fd
9a9e4a5
 
de68c84
65025fd
2dbb6da
65025fd
de68c84
 
a150d75
 
 
 
6e7d7a6
 
 
 
 
 
2dbb6da
6e7d7a6
 
 
 
 
 
 
 
2dbb6da
6e7d7a6
 
65025fd
 
 
 
 
 
 
492c1b7
a00eae8
83eaa6b
 
 
cf3e9f7
d5dd884
f096670
 
dd05dc3
e653180
3f22d49
 
2dbb6da
 
 
 
e1f7262
2dbb6da
dd05dc3
65025fd
 
 
9a9e4a5
 
65025fd
9a9e4a5
83212be
68236f9
 
 
 
 
83212be
 
be8b01e
83212be
 
a66b92d
 
cae374d
 
 
5aad660
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
version: 1.2.5

cache: true

fileStrategy: "s3"

interface:
  runCode: false
  parameters: true
  agents: true

modelSpecs:
  list:
    - name: "gpt-4.1"
      label: "GPT-4.1"
      default: true
      iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/LibreChat/openai.svg"
      preset:
        modelLabel: "GPT-4.1"
        endpoint: "Github Models"
        model: "openai/gpt-4.1"
        max_tokens: 800
    - name: "GPT-4.1"
      label: "GPT-4.1"
      iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/LibreChat/mistral.png"
      preset:
        endpoint: "agents"
        agent_id: "agent_o-J94iEVBVZARI44PTpuH"
    - name: "o4-mini-high"
      label: "o4-mini-high"
      iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/LibreChat/openai.svg"
      preset:
        modelLabel: "o4-mini-high"
        endpoint: "Github Models"
        model: "openai/o4-mini"
        max_tokens: 100000
        reasoning_effort: "high"
    - name: "o3"
      label: "o3"
      iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/LibreChat/openai.svg"
      preset:
        modelLabel: "o3"
        endpoint: "Github Models"
        model: "openai/o3"
        max_tokens: 100000
        reasoning_effort: "high"
    - name: "Grok 3 Reasoning"
      label: "Grok 3 Reasoning"
      iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/LibreChat/xai.svg"
      preset:
        modelLabel: "Grok 3 Reasoning"
        endpoint: "grok"
        model: "grok-3-reasoning"

endpoints:
  agents:
    capabilities:
      - "ocr"
      
  custom: 
    - name: "Github Models"
      iconURL: https://github.githubassets.com/assets/GitHub-Mark-ea2971cee799.png
      apiKey: "${GITHUB_KEY}"
      baseURL: "https://models.github.ai/inference"
      models:
        default:
          - openai/gpt-4.1
          - openai/o4-mini
          - openai/o3
          - openai/gpt-4.1-nano
      titleConvo: true
      titleModel: "openai/gpt-4.1-nano"

    - name: "grok"
      apiKey: "${GROK_KEY}"
      baseURL: "https://guru-25-grok.hf.space/v1"
      models:
        default:
          - grok-3-reasoning

speech:
  speechTab:
    speechToText:
      engineSTT: "external"
    textToSpeech:
      engineTTS: "external"
  stt:
    openai:
      url: "https://api.groq.com/openai/v1/audio/transcriptions"
      apiKey: "${STT_API_KEY}"
      model: "whisper-large-v3"
  tts:
    openai:
      url: "https://api.groq.com/openai/v1/audio/speech"
      apiKey: "${TTS_API_KEY}"
      model: "playai-tts"
      voices: ["Celeste-PlayAI"]