Update librechat.yaml
Browse files- librechat.yaml +1 -1
librechat.yaml
CHANGED
@@ -46,7 +46,7 @@ endpoints:
|
|
46 |
|
47 |
# Add additional parameters to the request. Default params will be overwritten.
|
48 |
addParams:
|
49 |
-
|
50 |
|
51 |
# Drop Default params parameters from the request. See default params in guide linked below.
|
52 |
dropParams: ["stop", "temperature", "top_p"]
|
|
|
46 |
|
47 |
# Add additional parameters to the request. Default params will be overwritten.
|
48 |
addParams:
|
49 |
+
safe_prompt: false # This field is specific to Mistral AI: https://docs.mistral.ai/api/
|
50 |
|
51 |
# Drop Default params parameters from the request. See default params in guide linked below.
|
52 |
dropParams: ["stop", "temperature", "top_p"]
|