Update librechat.yaml
Browse files- librechat.yaml +2 -1
librechat.yaml
CHANGED
|
@@ -115,12 +115,13 @@ endpoints:
|
|
| 115 |
"gemini-pro",
|
| 116 |
"llama3-70b-8192",
|
| 117 |
]
|
| 118 |
-
fetch:
|
| 119 |
titleConvo: true
|
| 120 |
titleModel: "gpt-4o-mini"
|
| 121 |
summarize: false
|
| 122 |
summaryModel: "gpt-4o-mini"
|
| 123 |
forcePrompt: false
|
|
|
|
| 124 |
modelDisplayLabel: "Zapzatron_API"
|
| 125 |
# iconURL: "https://raw.githubusercontent.com/LibreChat-AI/librechat-config-yaml/main/icons/NagaAI.png"
|
| 126 |
|
|
|
|
| 115 |
"gemini-pro",
|
| 116 |
"llama3-70b-8192",
|
| 117 |
]
|
| 118 |
+
fetch: true
|
| 119 |
titleConvo: true
|
| 120 |
titleModel: "gpt-4o-mini"
|
| 121 |
summarize: false
|
| 122 |
summaryModel: "gpt-4o-mini"
|
| 123 |
forcePrompt: false
|
| 124 |
+
dropParams: ["stop", "user", "frequency_penalty", "presence_penalty", "temperature", "top_p", "stream"]
|
| 125 |
modelDisplayLabel: "Zapzatron_API"
|
| 126 |
# iconURL: "https://raw.githubusercontent.com/LibreChat-AI/librechat-config-yaml/main/icons/NagaAI.png"
|
| 127 |
|