Update librechat.yaml
Browse files- librechat.yaml +62 -76
librechat.yaml
CHANGED
@@ -5,76 +5,68 @@ cache: true
|
|
5 |
interface:
|
6 |
multiConvo: false
|
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 |
-
endpoints:
|
70 |
-
agents:
|
71 |
-
capabilities:
|
72 |
-
- "execute_code"
|
73 |
-
- "file_search"
|
74 |
-
- "actions"
|
75 |
-
- "tools"
|
76 |
-
- "ocr"
|
77 |
-
|
78 |
google:
|
79 |
titleConvo: true
|
80 |
titleModel: "gemini-2.0-flash"
|
@@ -139,10 +131,4 @@ speech:
|
|
139 |
url: "https://guru-25-piper.hf.space/v1/audio/speech"
|
140 |
apiKey: "guru"
|
141 |
model: "tts-1"
|
142 |
-
voices: ["alloy", "echo", "fable", "onyx", "nova", "shimmer"]
|
143 |
-
|
144 |
-
ocr:
|
145 |
-
mistralModel: "mistral-ocr-latest" # Optional: Specify Mistral model, defaults to "mistral-ocr-latest"
|
146 |
-
apiKey: "${OCR_API_KEY}" # Optional: Defaults to OCR_API_KEY env variable
|
147 |
-
baseURL: "https://api.mistral.ai/v1" # Optional: Defaults to OCR_BASEURL env variable, or Mistral's API if no variable set
|
148 |
-
strategy: "mistral_ocr"
|
|
|
5 |
interface:
|
6 |
multiConvo: false
|
7 |
|
8 |
+
modelSpecs:
|
9 |
+
list:
|
10 |
+
- name: "gemini-2.0-pro-exp-02-05"
|
11 |
+
label: "Gemini 2.0 Pro Experimental"
|
12 |
+
default: true
|
13 |
+
iconURL: "https://huggingface.co/spaces/Guru-25/LibreChat/raw/main/images/gemini.svg"
|
14 |
+
preset:
|
15 |
+
modelLabel: "Gemini 2.0 Pro Experimental"
|
16 |
+
endpoint: "google"
|
17 |
+
model: "gemini-2.0-pro-exp-02-05"
|
18 |
+
- name: "gemini-2.0-pro-exp-02-05-openrouter"
|
19 |
+
label: "Gemini 2.0 Pro Experimental (OpenRouter)"
|
20 |
+
iconURL: "https://huggingface.co/spaces/Guru-25/LibreChat/raw/main/images/gemini.svg"
|
21 |
+
preset:
|
22 |
+
modelLabel: "Gemini 2.0 Pro Experimental (OpenRouter)"
|
23 |
+
endpoint: "OpenRouter"
|
24 |
+
model: "google/gemini-2.0-pro-exp-02-05:free"
|
25 |
+
- name: "gemini-2.0-flash"
|
26 |
+
label: "Gemini 2.0 Flash"
|
27 |
+
iconURL: "https://huggingface.co/spaces/Guru-25/LibreChat/raw/main/images/gemini.svg"
|
28 |
+
preset:
|
29 |
+
modelLabel: "Gemini 2.0 Flash"
|
30 |
+
endpoint: "google"
|
31 |
+
model: "gemini-2.0-flash"
|
32 |
+
- name: "o3-mini"
|
33 |
+
label: "o3-mini (high)"
|
34 |
+
iconURL: "https://huggingface.co/spaces/Guru-25/LibreChat/raw/main/images/chatgpt.png"
|
35 |
+
preset:
|
36 |
+
modelLabel: "o3-mini (high)"
|
37 |
+
endpoint: "Github Models"
|
38 |
+
model: "o3-mini"
|
39 |
+
reasoning_effort: "high"
|
40 |
+
- name: "deepseek-r1"
|
41 |
+
label: "DeepSeek R1"
|
42 |
+
iconURL: "https://huggingface.co/spaces/Guru-25/LibreChat/raw/main/images/deepseek.svg"
|
43 |
+
preset:
|
44 |
+
modelLabel: "DeepSeek R1"
|
45 |
+
endpoint: "Github Models"
|
46 |
+
model: "deepseek-r1"
|
47 |
+
- name: "deepseek-r1-fireworks"
|
48 |
+
label: "DeepSeek R1 (Fireworks)"
|
49 |
+
iconURL: "https://huggingface.co/spaces/Guru-25/LibreChat/raw/main/images/deepseek.svg"
|
50 |
+
preset:
|
51 |
+
modelLabel: "DeepSeek R1 (Fireworks)"
|
52 |
+
endpoint: "HuggingFace"
|
53 |
+
model: "accounts/fireworks/models/deepseek-r1"
|
54 |
+
- name: "deepseek-r1-openrouter"
|
55 |
+
label: "DeepSeek R1 (OpenRouter)"
|
56 |
+
iconURL: "https://huggingface.co/spaces/Guru-25/LibreChat/raw/main/images/deepseek.svg"
|
57 |
+
preset:
|
58 |
+
modelLabel: "DeepSeek R1 (OpenRouter)"
|
59 |
+
endpoint: "OpenRouter"
|
60 |
+
model: "deepseek/deepseek-r1:free"
|
61 |
+
- name: "qwq-32b"
|
62 |
+
label: "QwQ-32B"
|
63 |
+
iconURL: "https://huggingface.co/spaces/Guru-25/LibreChat/raw/main/images/qwen.png"
|
64 |
+
preset:
|
65 |
+
modelLabel: "QwQ-32B"
|
66 |
+
endpoint: "groq"
|
67 |
+
model: "qwen-qwq-32b"
|
68 |
|
69 |
+
endpoints:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
70 |
google:
|
71 |
titleConvo: true
|
72 |
titleModel: "gemini-2.0-flash"
|
|
|
131 |
url: "https://guru-25-piper.hf.space/v1/audio/speech"
|
132 |
apiKey: "guru"
|
133 |
model: "tts-1"
|
134 |
+
voices: ["alloy", "echo", "fable", "onyx", "nova", "shimmer"]
|
|
|
|
|
|
|
|
|
|
|
|