Update librechat.yaml
Browse files- librechat.yaml +1 -1
librechat.yaml
CHANGED
@@ -53,7 +53,6 @@ modelSpecs:
|
|
53 |
modelLabel: "DeepSeek R1"
|
54 |
endpoint: "Github Models"
|
55 |
model: "deepseek-r1"
|
56 |
-
max_tokens: 4096
|
57 |
- name: "deepseek-r1-openrouter"
|
58 |
label: "DeepSeek R1 (OpenRouter)"
|
59 |
iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/Nothing/librechat/deepseek.svg"
|
@@ -92,6 +91,7 @@ endpoints:
|
|
92 |
- gpt-4o-mini
|
93 |
titleConvo: true
|
94 |
titleModel: "gpt-4o-mini"
|
|
|
95 |
|
96 |
# OpenRouter.ai
|
97 |
# Model list: https://openrouter.ai/models
|
|
|
53 |
modelLabel: "DeepSeek R1"
|
54 |
endpoint: "Github Models"
|
55 |
model: "deepseek-r1"
|
|
|
56 |
- name: "deepseek-r1-openrouter"
|
57 |
label: "DeepSeek R1 (OpenRouter)"
|
58 |
iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/Nothing/librechat/deepseek.svg"
|
|
|
91 |
- gpt-4o-mini
|
92 |
titleConvo: true
|
93 |
titleModel: "gpt-4o-mini"
|
94 |
+
dropParams: ["stream", "temperature", "top_p", "presence_penalty", "frequency_penalty", "best_of", "max_tokens", "stop"]
|
95 |
|
96 |
# OpenRouter.ai
|
97 |
# Model list: https://openrouter.ai/models
|