Guru-25 commited on
Commit
d7d3c9f
·
verified ·
1 Parent(s): 50f2530

Update librechat.yaml

Browse files
Files changed (1) hide show
  1. librechat.yaml +48 -48
librechat.yaml CHANGED
@@ -11,29 +11,9 @@ interface:
11
 
12
  modelSpecs:
13
  list:
14
- - name: "deepseek-v3-0324"
15
- label: "DeepSeek V3 - 50*"
16
- default: true
17
- iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/Nothing/librechat/deepseek.svg"
18
- preset:
19
- modelLabel: "DeepSeek V3"
20
- endpoint: "Github Models"
21
- model: "deepseek-v3-0324"
22
- max_tokens: 2048
23
- temperature: 0.8
24
- top_p: 0.1
25
- presence_penalty: 0
26
- frequency_penalty: 0
27
- - name: "deepseek-v3-fireworks"
28
- label: "DeepSeek V3 - 2$"
29
- iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/Nothing/librechat/deepseek.svg"
30
- preset:
31
- modelLabel: "DeepSeek V3"
32
- endpoint: "HuggingFace"
33
- model: "accounts/fireworks/models/deepseek-v3-0324"
34
- max_tokens: 500
35
  - name: "gemini-2.5-pro-exp-03-25"
36
  label: "Gemini 2.5 Pro - 25*"
 
37
  iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/Nothing/librechat/gemini.svg"
38
  preset:
39
  modelLabel: "Gemini 2.5 Pro"
@@ -44,7 +24,7 @@ modelSpecs:
44
  topP: 0.95
45
  maxOutputTokens: 65536
46
  - name: "gemini-2.5-pro-exp-03-25-openrouter"
47
- label: "Gemini 2.5 Pro - 200*"
48
  iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/Nothing/librechat/gemini.svg"
49
  preset:
50
  modelLabel: "Gemini 2.5 Pro"
@@ -59,19 +39,39 @@ modelSpecs:
59
  model: "o3-mini"
60
  max_tokens: 100000
61
  reasoning_effort: "high"
62
- - name: "grok-3-reasoning"
63
- label: "Grok 3 Think - 10"
64
- iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/Nothing/librechat/xai.svg"
65
- preset:
66
- modelLabel: "Grok 3 Think"
67
- endpoint: "grok"
68
- model: "grok-3-reasoning"
69
  - name: "Mistral OCR"
70
  label: "Mistral OCR"
71
  iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/Nothing/librechat/mistral.png"
72
  preset:
73
  endpoint: "agents"
74
  agent_id: "agent_o-J94iEVBVZARI44PTpuH"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
75
  # - name: "gemini-2.0-flash"
76
  # label: "Gemini 2.0 Flash - 1500*"
77
  # iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/Nothing/librechat/gemini.svg"
@@ -128,12 +128,12 @@ endpoints:
128
  models:
129
  default:
130
  - o3-mini
131
- - deepseek-v3-0324
132
  # - o1
133
  # - deepseek-r1
134
- - gpt-4o-mini
135
  titleConvo: true
136
- titleModel: "gpt-4o-mini"
137
 
138
  # OpenRouter.ai
139
  # Model list: https://openrouter.ai/models
@@ -144,30 +144,30 @@ endpoints:
144
  models:
145
  default:
146
  - google/gemini-2.5-pro-exp-03-25:free
147
- - deepseek/deepseek-chat-v3-0324:free
148
  - google/gemini-2.0-flash-exp:free
149
  titleConvo: true
150
  titleModel: "google/gemini-2.0-flash-exp:free"
151
 
152
  # HuggingFace
153
  # https://huggingface.co/settings/tokens
154
- - name: "HuggingFace"
155
- apiKey: "${HUGGINGFACE_KEY}"
156
- baseURL: "https://router.huggingface.co/fireworks-ai/v1"
157
- models:
158
- default:
159
- - accounts/fireworks/models/deepseek-v3-0324
160
 
161
  # Grok
162
- - name: "grok"
163
- apiKey: "${GROK_KEY}"
164
- baseURL: "https://guru-25-grok.hf.space/v1"
165
- models:
166
- default:
167
- - grok-3-reasoning
168
- - grok-3
169
- titleConvo: true
170
- titleModel: "grok-3"
171
 
172
  # groq
173
  # Model list: https://console.groq.com/settings/limits
 
11
 
12
  modelSpecs:
13
  list:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  - name: "gemini-2.5-pro-exp-03-25"
15
  label: "Gemini 2.5 Pro - 25*"
16
+ default: true
17
  iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/Nothing/librechat/gemini.svg"
18
  preset:
19
  modelLabel: "Gemini 2.5 Pro"
 
24
  topP: 0.95
25
  maxOutputTokens: 65536
26
  - name: "gemini-2.5-pro-exp-03-25-openrouter"
27
+ label: "Gemini 2.5 Pro - 50*"
28
  iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/Nothing/librechat/gemini.svg"
29
  preset:
30
  modelLabel: "Gemini 2.5 Pro"
 
39
  model: "o3-mini"
40
  max_tokens: 100000
41
  reasoning_effort: "high"
 
 
 
 
 
 
 
42
  - name: "Mistral OCR"
43
  label: "Mistral OCR"
44
  iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/Nothing/librechat/mistral.png"
45
  preset:
46
  endpoint: "agents"
47
  agent_id: "agent_o-J94iEVBVZARI44PTpuH"
48
+ # - name: "grok-3-reasoning"
49
+ # label: "Grok 3 Think - 10"
50
+ # iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/Nothing/librechat/xai.svg"
51
+ # preset:
52
+ # modelLabel: "Grok 3 Think"
53
+ # endpoint: "grok"
54
+ # model: "grok-3-reasoning"
55
+ # - name: "deepseek-v3-0324"
56
+ # label: "DeepSeek V3 - 50*"
57
+ # iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/Nothing/librechat/deepseek.svg"
58
+ # preset:
59
+ # modelLabel: "DeepSeek V3"
60
+ # endpoint: "Github Models"
61
+ # model: "deepseek-v3-0324"
62
+ # max_tokens: 2048
63
+ # temperature: 0.8
64
+ # top_p: 0.1
65
+ # presence_penalty: 0
66
+ # frequency_penalty: 0
67
+ # - name: "deepseek-v3-fireworks"
68
+ # label: "DeepSeek V3 - 2$"
69
+ # iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/Nothing/librechat/deepseek.svg"
70
+ # preset:
71
+ # modelLabel: "DeepSeek V3"
72
+ # endpoint: "HuggingFace"
73
+ # model: "accounts/fireworks/models/deepseek-v3-0324"
74
+ # max_tokens: 500
75
  # - name: "gemini-2.0-flash"
76
  # label: "Gemini 2.0 Flash - 1500*"
77
  # iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/Nothing/librechat/gemini.svg"
 
128
  models:
129
  default:
130
  - o3-mini
131
+ # - deepseek-v3-0324
132
  # - o1
133
  # - deepseek-r1
134
+ - gpt-4o
135
  titleConvo: true
136
+ titleModel: "gpt-4o"
137
 
138
  # OpenRouter.ai
139
  # Model list: https://openrouter.ai/models
 
144
  models:
145
  default:
146
  - google/gemini-2.5-pro-exp-03-25:free
147
+ # - deepseek/deepseek-chat-v3-0324:free
148
  - google/gemini-2.0-flash-exp:free
149
  titleConvo: true
150
  titleModel: "google/gemini-2.0-flash-exp:free"
151
 
152
  # HuggingFace
153
  # https://huggingface.co/settings/tokens
154
+ # - name: "HuggingFace"
155
+ # apiKey: "${HUGGINGFACE_KEY}"
156
+ # baseURL: "https://router.huggingface.co/fireworks-ai/v1"
157
+ # models:
158
+ # default:
159
+ # - accounts/fireworks/models/deepseek-v3-0324
160
 
161
  # Grok
162
+ # - name: "grok"
163
+ # apiKey: "${GROK_KEY}"
164
+ # baseURL: "https://guru-25-grok.hf.space/v1"
165
+ # models:
166
+ # default:
167
+ # - grok-3-reasoning
168
+ # - grok-3
169
+ # titleConvo: true
170
+ # titleModel: "grok-3"
171
 
172
  # groq
173
  # Model list: https://console.groq.com/settings/limits