Update librechat.yaml
Browse files- librechat.yaml +1 -6
librechat.yaml
CHANGED
@@ -88,9 +88,4 @@ endpoints:
|
|
88 |
titleModel: 'meta-llama/llama-3-8b-instruct'
|
89 |
# Recommended: Drop the stop parameter from the request as Openrouter models use a variety of stop tokens.
|
90 |
dropParams: ['stop']
|
91 |
-
modelDisplayLabel: 'OpenRouter'
|
92 |
-
|
93 |
-
|
94 |
-
config:
|
95 |
-
env:
|
96 |
-
ALLOW_REGISTRATION: "true"
|
|
|
88 |
titleModel: 'meta-llama/llama-3-8b-instruct'
|
89 |
# Recommended: Drop the stop parameter from the request as Openrouter models use a variety of stop tokens.
|
90 |
dropParams: ['stop']
|
91 |
+
modelDisplayLabel: 'OpenRouter'
|
|
|
|
|
|
|
|
|
|