mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-18 01:10:14 +01:00
📑 docs: fix mistral ai api example safe_mode --> safe_prompt (#1541)
This commit is contained in:
parent
690cb9caa1
commit
0c48a9dd6e
2 changed files with 4 additions and 4 deletions
|
|
@ -117,7 +117,7 @@ endpoints:
|
|||
forcePrompt: false
|
||||
modelDisplayLabel: "Mistral"
|
||||
addParams:
|
||||
safe_mode: true
|
||||
safe_prompt: true
|
||||
# NOTE: For Mistral, it is necessary to drop the following parameters or you will encounter a 422 Error:
|
||||
dropParams: ["stop", "user", "frequency_penalty", "presence_penalty"]
|
||||
```
|
||||
|
|
@ -242,7 +242,7 @@ endpoints:
|
|||
- **Example**:
|
||||
```yaml
|
||||
addParams:
|
||||
safe_mode: true
|
||||
safe_prompt: true
|
||||
```
|
||||
|
||||
### **dropParams**:
|
||||
|
|
@ -315,7 +315,7 @@ endpoints:
|
|||
forcePrompt: false
|
||||
modelDisplayLabel: "Mistral"
|
||||
addParams:
|
||||
safe_mode: true
|
||||
safe_prompt: true
|
||||
# NOTE: For Mistral, it is necessary to drop the following parameters or you will encounter a 422 Error:
|
||||
dropParams: ["stop", "user", "frequency_penalty", "presence_penalty"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue