Update librechat.yaml
Browse files- librechat.yaml +2 -1
librechat.yaml
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
# Configuration version (required)
|
| 2 |
-
version: 1.1.
|
| 3 |
|
| 4 |
# Cache settings: Set to true to enable caching
|
| 5 |
cache: false
|
|
@@ -31,6 +31,7 @@ endpoints:
|
|
| 31 |
summaryModel: "gpt-4o-mini"
|
| 32 |
forcePrompt: false
|
| 33 |
# dropParams: ["stop", "user", "frequency_penalty", "presence_penalty", "temperature", "top_p", "stream"]
|
|
|
|
| 34 |
modelDisplayLabel: "Zapzatron_API"
|
| 35 |
# iconURL: "https://raw.githubusercontent.com/LibreChat-AI/librechat-config-yaml/main/icons/NagaAI.png"
|
| 36 |
|
|
|
|
| 1 |
# Configuration version (required)
|
| 2 |
+
version: 1.1.5
|
| 3 |
|
| 4 |
# Cache settings: Set to true to enable caching
|
| 5 |
cache: false
|
|
|
|
| 31 |
summaryModel: "gpt-4o-mini"
|
| 32 |
forcePrompt: false
|
| 33 |
# dropParams: ["stop", "user", "frequency_penalty", "presence_penalty", "temperature", "top_p", "stream"]
|
| 34 |
+
dropParams: ["user"]
|
| 35 |
modelDisplayLabel: "Zapzatron_API"
|
| 36 |
# iconURL: "https://raw.githubusercontent.com/LibreChat-AI/librechat-config-yaml/main/icons/NagaAI.png"
|
| 37 |
|