Fuegovic commited on
Commit
e8e3310
·
verified ·
1 Parent(s): 95985ef

Update librechat.yaml

Browse files
Files changed (1) hide show
  1. 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
- # Drop Default params parameters from the request. See default params in guide linked below.
48
- dropParams: ["stop", "temperature", "top_p"]
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"