Guru-25 commited on
Commit
65025fd
·
verified ·
1 Parent(s): 6e7d7a6

Update librechat.yaml

Browse files
Files changed (1) hide show
  1. librechat.yaml +16 -23
librechat.yaml CHANGED
@@ -11,26 +11,16 @@ interface:
11
 
12
  modelSpecs:
13
  list:
14
- - name: "gpt-4.1-mini"
15
- label: "GPT 4.1 mini"
16
- default: true
17
- iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/LibreChat/openai.svg"
18
- preset:
19
- modelLabel: "GPT 4.1 mini"
20
- endpoint: "Github Models"
21
- model: "gpt-4.1-mini"
22
- temperature: 1
23
- max_tokens: 800
24
- top_p: 1
25
  - name: "gpt-4.1"
26
  label: "GPT 4.1"
 
27
  iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/LibreChat/openai.svg"
28
  preset:
29
  modelLabel: "GPT 4.1"
30
- endpoint: "nextchat"
31
  model: "gpt-4.1"
32
- temperature: 0.5
33
- max_tokens: 4000
34
  top_p: 1
35
  - name: "gemini-2.5-pro-exp-03-25"
36
  label: "Gemini 2.5 Pro (experimental)"
@@ -76,7 +66,13 @@ modelSpecs:
76
  model: "o3"
77
  max_tokens: 100000
78
  reasoning_effort: "high"
79
-
 
 
 
 
 
 
80
  endpoints:
81
  agents:
82
  capabilities:
@@ -89,22 +85,19 @@ endpoints:
89
  baseURL: "https://models.inference.ai.azure.com"
90
  models:
91
  default:
92
- - gpt-4.1-mini
93
  - o3-mini
94
  - o4-mini
95
- - o3
96
  - gpt-4.1-nano
97
  titleConvo: true
98
  titleModel: "gpt-4.1-nano"
99
 
100
- - name: "nextchat"
101
- apiKey: "${NEXTCHAT_KEY}"
102
- baseURL: "https://chat.iemon.cfd/api/azure/deployments/gpt-4.1"
103
  models:
104
  default:
105
- - gpt-4.1
106
- titleConvo: true
107
- titleModel: "gpt-4.1"
108
 
109
  speech:
110
  speechTab:
 
11
 
12
  modelSpecs:
13
  list:
 
 
 
 
 
 
 
 
 
 
 
14
  - name: "gpt-4.1"
15
  label: "GPT 4.1"
16
+ default: true
17
  iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/LibreChat/openai.svg"
18
  preset:
19
  modelLabel: "GPT 4.1"
20
+ endpoint: "Github Models"
21
  model: "gpt-4.1"
22
+ temperature: 1
23
+ max_tokens: 800
24
  top_p: 1
25
  - name: "gemini-2.5-pro-exp-03-25"
26
  label: "Gemini 2.5 Pro (experimental)"
 
66
  model: "o3"
67
  max_tokens: 100000
68
  reasoning_effort: "high"
69
+ - name: "Grok 3 Reasoning"
70
+ label: "Grok 3 Reasoning"
71
+ iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/LibreChat/xai.svg"
72
+ preset:
73
+ modelLabel: "Grok 3 Reasoning"
74
+ endpoint: "grok"
75
+ model: "grok-3-reasoning"
76
  endpoints:
77
  agents:
78
  capabilities:
 
85
  baseURL: "https://models.inference.ai.azure.com"
86
  models:
87
  default:
88
+ - gpt-4.1
89
  - o3-mini
90
  - o4-mini
 
91
  - gpt-4.1-nano
92
  titleConvo: true
93
  titleModel: "gpt-4.1-nano"
94
 
95
+ - name: "grok"
96
+ apiKey: "${GROK_KEY}"
97
+ baseURL: "https://guru-25-grok.hf.space/v1"
98
  models:
99
  default:
100
+ - grok-3-reasoning
 
 
101
 
102
  speech:
103
  speechTab: