Update librechat.yaml
Browse files- librechat.yaml +2 -6
librechat.yaml
CHANGED
@@ -44,12 +44,8 @@ endpoints:
|
|
44 |
addParams:
|
45 |
safe_mode: true # This field is specific to Mistral AI: https://docs.mistral.ai/api/
|
46 |
|
47 |
-
#
|
48 |
-
dropParams: ["stop", "
|
49 |
-
# - stop # dropped since it's not recognized by Mistral AI API
|
50 |
-
# `temperature` and `top_p` are removed to allow Mistral AI API defaults to be used:
|
51 |
-
# - temperature
|
52 |
-
# - top_p
|
53 |
|
54 |
# OpenRouter.ai
|
55 |
- name: "OpenRouter"
|
|
|
44 |
addParams:
|
45 |
safe_mode: true # This field is specific to Mistral AI: https://docs.mistral.ai/api/
|
46 |
|
47 |
+
# NOTE: For Mistral, it is necessary to drop the following parameters or you will encounter a 422 Error:
|
48 |
+
dropParams: ["stop", "user", "frequency_penalty", "presence_penalty"]
|
|
|
|
|
|
|
|
|
49 |
|
50 |
# OpenRouter.ai
|
51 |
- name: "OpenRouter"
|