Spaces:
Running
Running
Update confg.yaml
Browse files- confg.yaml +95 -8
confg.yaml
CHANGED
@@ -9,10 +9,68 @@ interface:
|
|
9 |
termsOfService:
|
10 |
externalUrl: 'https://go.easierit.org/tos'
|
11 |
openNewTab: true
|
12 |
-
|
|
|
13 |
registration:
|
14 |
socialLogins: ["openid"]
|
15 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
endpoints:
|
17 |
agents:
|
18 |
capabilities:
|
@@ -21,12 +79,41 @@ endpoints:
|
|
21 |
- "artifacts"
|
22 |
- "chain"
|
23 |
custom:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
# glhf.chat
|
26 |
# Model list (auth header required): https://glhf.chat/models
|
27 |
- name: "EasierIT.glhf"
|
28 |
iconURL: "https://glhf.chat/apple-touch-icon.png"
|
29 |
-
apiKey: {
|
30 |
baseURL: "https://glhf.chat/api/openai/v1"
|
31 |
models:
|
32 |
default:
|
@@ -63,7 +150,7 @@ endpoints:
|
|
63 |
# groq
|
64 |
# Model list: https://console.groq.com/settings/limits
|
65 |
- name: "groq"
|
66 |
-
apiKey: {
|
67 |
baseURL: "https://api.groq.com/openai/v1/"
|
68 |
models:
|
69 |
default:
|
@@ -89,7 +176,7 @@ endpoints:
|
|
89 |
# HuggingFace
|
90 |
# https://huggingface.co/settings/tokens
|
91 |
- name: 'HuggingFace'
|
92 |
-
apiKey: {
|
93 |
baseURL: 'https://api-inference.huggingface.co/v1'
|
94 |
models:
|
95 |
default:
|
@@ -185,7 +272,7 @@ endpoints:
|
|
185 |
# https://platform.kluster.ai/apikeys
|
186 |
- name: "Kluster"
|
187 |
iconURL: "https://platform.kluster.ai/cropped-fav-1-144x144.png"
|
188 |
-
apiKey: {
|
189 |
baseURL: "https://api.kluster.ai/v1/"
|
190 |
models:
|
191 |
default:
|
@@ -207,7 +294,7 @@ endpoints:
|
|
207 |
# Mistral AI API
|
208 |
# Model list: https://docs.mistral.ai/getting-started/models/
|
209 |
- name: "Mistral"
|
210 |
-
apiKey: {
|
211 |
baseURL: "https://api.mistral.ai/v1"
|
212 |
models:
|
213 |
default:
|
@@ -279,7 +366,7 @@ endpoints:
|
|
279 |
# https://build.nvidia.com/explore/discover
|
280 |
- name: "Nvidia"
|
281 |
iconURL: "https://raw.githubusercontent.com/LibreChat-AI/librechat-config-yaml/refs/heads/main/icons/nvidia.png"
|
282 |
-
apiKey: {
|
283 |
baseURL: "https://integrate.api.nvidia.com/v1/"
|
284 |
models:
|
285 |
default:
|
@@ -418,7 +505,7 @@ endpoints:
|
|
418 |
# Unify
|
419 |
# Model list: https://unify.ai/chat
|
420 |
- name: "Unify"
|
421 |
-
apiKey: unify_key}
|
422 |
baseURL: "https://api.unify.ai/v0/"
|
423 |
models:
|
424 |
default:
|
|
|
9 |
termsOfService:
|
10 |
externalUrl: 'https://go.easierit.org/tos'
|
11 |
openNewTab: true
|
12 |
+
runCode: false
|
13 |
+
|
14 |
registration:
|
15 |
socialLogins: ["openid"]
|
16 |
|
17 |
+
#modelSpecs:
|
18 |
+
# list:
|
19 |
+
# - name: "gpt-4.1-mini"
|
20 |
+
# label: "GPT 4.1 mini"
|
21 |
+
# default: true
|
22 |
+
# iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/LibreChat/openai.svg"
|
23 |
+
# preset:
|
24 |
+
# modelLabel: "GPT 4.1 mini"
|
25 |
+
# endpoint: "Github Models"
|
26 |
+
# model: "gpt-4.1-mini"
|
27 |
+
# temperature: 1
|
28 |
+
# max_tokens: 800
|
29 |
+
# top_p: 1
|
30 |
+
# - name: "gpt-4.1"
|
31 |
+
# label: "GPT 4.1"
|
32 |
+
# iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/LibreChat/openai.svg"
|
33 |
+
# preset:
|
34 |
+
# modelLabel: "GPT 4.1"
|
35 |
+
# endpoint: "nextchat"
|
36 |
+
# model: "gpt-4.1"
|
37 |
+
# temperature: 0.5
|
38 |
+
# max_tokens: 4000
|
39 |
+
# top_p: 1
|
40 |
+
# - name: "gemini-2.5-pro-exp-03-25"
|
41 |
+
# label: "Gemini 2.5 Pro (experimental)"
|
42 |
+
# iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/LibreChat/google.svg"
|
43 |
+
# preset:
|
44 |
+
# modelLabel: "Gemini 2.5 Pro"
|
45 |
+
# endpoint: "google"
|
46 |
+
# model: "gemini-2.5-pro-exp-03-25"
|
47 |
+
# temperature: 1
|
48 |
+
# topK: 64
|
49 |
+
# topP: 0.95
|
50 |
+
# maxOutputTokens: 65536
|
51 |
+
# - name: "gemini-2.5-pro-exp-03-25-openrouter"
|
52 |
+
# label: "Gemini 2.5 Pro (experimental)"
|
53 |
+
# iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/LibreChat/openrouter.png"
|
54 |
+
# preset:
|
55 |
+
# modelLabel: "Gemini 2.5 Pro"
|
56 |
+
# endpoint: "OpenRouter"
|
57 |
+
# model: "google/gemini-2.5-pro-exp-03-25:free"
|
58 |
+
# - name: "Gemini 2.5 Pro (experimental)"
|
59 |
+
# label: "Gemini 2.5 Pro (experimental)"
|
60 |
+
# iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/LibreChat/mistral.png"
|
61 |
+
# preset:
|
62 |
+
# endpoint: "agents"
|
63 |
+
# agent_id: "agent_o-J94iEVBVZARI44PTpuH"
|
64 |
+
# - name: "o3-mini-high"
|
65 |
+
# label: "o3-mini-high"
|
66 |
+
# iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/LibreChat/openai.svg"
|
67 |
+
# preset:
|
68 |
+
# modelLabel: "o3-mini-high"
|
69 |
+
# endpoint: "Github Models"
|
70 |
+
# model: "o3-mini"
|
71 |
+
# max_tokens: 100000
|
72 |
+
# reasoning_effort: "high"
|
73 |
+
|
74 |
endpoints:
|
75 |
agents:
|
76 |
capabilities:
|
|
|
79 |
- "artifacts"
|
80 |
- "chain"
|
81 |
custom:
|
82 |
+
# - name: "Github Models"
|
83 |
+
# iconURL: https://github.githubassets.com/assets/GitHub-Mark-ea2971cee799.png
|
84 |
+
# apiKey: "${GITHUB_KEY}"
|
85 |
+
# baseURL: "https://models.inference.ai.azure.com"
|
86 |
+
# models:
|
87 |
+
# default:
|
88 |
+
# - gpt-4.1-mini
|
89 |
+
# - o3-mini
|
90 |
+
# - gpt-4.1-nano
|
91 |
+
# titleConvo: true
|
92 |
+
# titleModel: "gpt-4.1-nano"
|
93 |
+
|
94 |
+
# - name: "OpenRouter"
|
95 |
+
# apiKey: "${OPENROUTER_KEY}"
|
96 |
+
# baseURL: "https://openrouter.ai/api/v1"
|
97 |
+
# models:
|
98 |
+
# default:
|
99 |
+
# - google/gemini-2.5-pro-exp-03-25:free
|
100 |
+
# - google/gemini-2.0-flash-exp:free
|
101 |
+
# titleConvo: true
|
102 |
+
# titleModel: "google/gemini-2.0-flash-exp:free"
|
103 |
|
104 |
+
# - name: "nextchat"
|
105 |
+
# apiKey: "${NEXTCHAT_KEY}"
|
106 |
+
# baseURL: "https://chat.iemon.cfd/api/azure/deployments/gpt-4.1"
|
107 |
+
# models:
|
108 |
+
# default:
|
109 |
+
# - gpt-4.1
|
110 |
+
# titleConvo: true
|
111 |
+
# titleModel: "gpt-4.1"
|
112 |
# glhf.chat
|
113 |
# Model list (auth header required): https://glhf.chat/models
|
114 |
- name: "EasierIT.glhf"
|
115 |
iconURL: "https://glhf.chat/apple-touch-icon.png"
|
116 |
+
apiKey: "${glhf}"
|
117 |
baseURL: "https://glhf.chat/api/openai/v1"
|
118 |
models:
|
119 |
default:
|
|
|
150 |
# groq
|
151 |
# Model list: https://console.groq.com/settings/limits
|
152 |
- name: "groq"
|
153 |
+
apiKey: "${groq_key}"
|
154 |
baseURL: "https://api.groq.com/openai/v1/"
|
155 |
models:
|
156 |
default:
|
|
|
176 |
# HuggingFace
|
177 |
# https://huggingface.co/settings/tokens
|
178 |
- name: 'HuggingFace'
|
179 |
+
apiKey: "${hf_token}"
|
180 |
baseURL: 'https://api-inference.huggingface.co/v1'
|
181 |
models:
|
182 |
default:
|
|
|
272 |
# https://platform.kluster.ai/apikeys
|
273 |
- name: "Kluster"
|
274 |
iconURL: "https://platform.kluster.ai/cropped-fav-1-144x144.png"
|
275 |
+
apiKey: "${Kluster_key}"
|
276 |
baseURL: "https://api.kluster.ai/v1/"
|
277 |
models:
|
278 |
default:
|
|
|
294 |
# Mistral AI API
|
295 |
# Model list: https://docs.mistral.ai/getting-started/models/
|
296 |
- name: "Mistral"
|
297 |
+
apiKey: "${mistral_key}"
|
298 |
baseURL: "https://api.mistral.ai/v1"
|
299 |
models:
|
300 |
default:
|
|
|
366 |
# https://build.nvidia.com/explore/discover
|
367 |
- name: "Nvidia"
|
368 |
iconURL: "https://raw.githubusercontent.com/LibreChat-AI/librechat-config-yaml/refs/heads/main/icons/nvidia.png"
|
369 |
+
apiKey: "${gpu_key}"
|
370 |
baseURL: "https://integrate.api.nvidia.com/v1/"
|
371 |
models:
|
372 |
default:
|
|
|
505 |
# Unify
|
506 |
# Model list: https://unify.ai/chat
|
507 |
- name: "Unify"
|
508 |
+
apiKey: "${unify_key}"
|
509 |
baseURL: "https://api.unify.ai/v0/"
|
510 |
models:
|
511 |
default:
|