Update librechat.yaml
Browse files- librechat.yaml +5 -1
librechat.yaml
CHANGED
@@ -4,7 +4,8 @@ cache: true
|
|
4 |
|
5 |
interface:
|
6 |
multiConvo: false
|
7 |
-
runCode: false
|
|
|
8 |
|
9 |
modelSpecs:
|
10 |
list:
|
@@ -68,6 +69,9 @@ modelSpecs:
|
|
68 |
model: "qwen-qwq-32b"
|
69 |
|
70 |
endpoints:
|
|
|
|
|
|
|
71 |
custom:
|
72 |
# GitHub
|
73 |
# Models: https://models.inference.ai.azure.com/models
|
|
|
4 |
|
5 |
interface:
|
6 |
multiConvo: false
|
7 |
+
# runCode: false
|
8 |
+
agents: false
|
9 |
|
10 |
modelSpecs:
|
11 |
list:
|
|
|
69 |
model: "qwen-qwq-32b"
|
70 |
|
71 |
endpoints:
|
72 |
+
agents:
|
73 |
+
disableBuilder: true
|
74 |
+
|
75 |
custom:
|
76 |
# GitHub
|
77 |
# Models: https://models.inference.ai.azure.com/models
|