Update librechat.yaml
Browse files- librechat.yaml +12 -0
librechat.yaml
CHANGED
@@ -5,6 +5,7 @@ cache: true
|
|
5 |
interface:
|
6 |
multiConvo: false
|
7 |
runCode: false
|
|
|
8 |
|
9 |
modelSpecs:
|
10 |
list:
|
@@ -16,6 +17,10 @@ modelSpecs:
|
|
16 |
modelLabel: "Gemini 2.0 Pro"
|
17 |
endpoint: "google"
|
18 |
model: "gemini-2.0-pro-exp-02-05"
|
|
|
|
|
|
|
|
|
19 |
- name: "gemini-2.0-pro-exp-02-05-openrouter"
|
20 |
label: "Gemini 2.0 Pro (OpenRouter)"
|
21 |
iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/Nothing/librechat/gemini.svg"
|
@@ -30,6 +35,10 @@ modelSpecs:
|
|
30 |
modelLabel: "Gemini 2.0 Flash"
|
31 |
endpoint: "google"
|
32 |
model: "gemini-2.0-flash"
|
|
|
|
|
|
|
|
|
33 |
- name: "o3-mini"
|
34 |
label: "o3-mini"
|
35 |
iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/Nothing/librechat/chatgpt.png"
|
@@ -74,6 +83,9 @@ modelSpecs:
|
|
74 |
modelLabel: "QwQ-32B"
|
75 |
endpoint: "groq"
|
76 |
model: "qwen-qwq-32b"
|
|
|
|
|
|
|
77 |
|
78 |
endpoints:
|
79 |
custom:
|
|
|
5 |
interface:
|
6 |
multiConvo: false
|
7 |
runCode: false
|
8 |
+
parameters: true
|
9 |
|
10 |
modelSpecs:
|
11 |
list:
|
|
|
17 |
modelLabel: "Gemini 2.0 Pro"
|
18 |
endpoint: "google"
|
19 |
model: "gemini-2.0-pro-exp-02-05"
|
20 |
+
temperature: 1
|
21 |
+
topK: 64
|
22 |
+
topP: 0.95
|
23 |
+
maxOutputTokens: 8192
|
24 |
- name: "gemini-2.0-pro-exp-02-05-openrouter"
|
25 |
label: "Gemini 2.0 Pro (OpenRouter)"
|
26 |
iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/Nothing/librechat/gemini.svg"
|
|
|
35 |
modelLabel: "Gemini 2.0 Flash"
|
36 |
endpoint: "google"
|
37 |
model: "gemini-2.0-flash"
|
38 |
+
temperature: 1
|
39 |
+
topK: 40
|
40 |
+
topP: 0.95
|
41 |
+
maxOutputTokens: 8192
|
42 |
- name: "o3-mini"
|
43 |
label: "o3-mini"
|
44 |
iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/Nothing/librechat/chatgpt.png"
|
|
|
83 |
modelLabel: "QwQ-32B"
|
84 |
endpoint: "groq"
|
85 |
model: "qwen-qwq-32b"
|
86 |
+
temperature: 0.6
|
87 |
+
max_completion_tokens: 4096
|
88 |
+
top_p: 0.95
|
89 |
|
90 |
endpoints:
|
91 |
custom:
|