Update librechat.yaml
Browse files- librechat.yaml +2 -2
librechat.yaml
CHANGED
|
@@ -24,9 +24,9 @@ endpoints:
|
|
| 24 |
paramDefinitions:
|
| 25 |
- key: temperature
|
| 26 |
default: 0.7
|
| 27 |
-
- key:
|
| 28 |
default: 0.8
|
| 29 |
-
- key:
|
| 30 |
default: 8000
|
| 31 |
addParams:
|
| 32 |
chat_template_kwargs:
|
|
|
|
| 24 |
paramDefinitions:
|
| 25 |
- key: temperature
|
| 26 |
default: 0.7
|
| 27 |
+
- key: top_p
|
| 28 |
default: 0.8
|
| 29 |
+
- key: max_tokens
|
| 30 |
default: 8000
|
| 31 |
addParams:
|
| 32 |
chat_template_kwargs:
|