Fuegovic commited on
Commit
df37da2
1 Parent(s): 93a9b60

Update librechat.yaml

Browse files
Files changed (1) hide show
  1. librechat.yaml +2 -2
librechat.yaml CHANGED
@@ -42,8 +42,8 @@ endpoints:
42
  modelDisplayLabel: "Mistral" # Default is "AI" when not set.
43
 
44
  # Add additional parameters to the request. Default params will be overwritten.
45
- addParams:
46
- safe_mode: true # This field is specific to Mistral AI: https://docs.mistral.ai/api/
47
 
48
  # NOTE: For Mistral, it is necessary to drop the following parameters or you will encounter a 422 Error:
49
  dropParams: ["stop", "user", "frequency_penalty", "presence_penalty"]
 
42
  modelDisplayLabel: "Mistral" # Default is "AI" when not set.
43
 
44
  # Add additional parameters to the request. Default params will be overwritten.
45
+ # addParams:
46
+ # safe_mode: true # This field is specific to Mistral AI: https://docs.mistral.ai/api/
47
 
48
  # NOTE: For Mistral, it is necessary to drop the following parameters or you will encounter a 422 Error:
49
  dropParams: ["stop", "user", "frequency_penalty", "presence_penalty"]