Update librechat.yaml
Browse files- librechat.yaml +6 -1
librechat.yaml
CHANGED
@@ -88,4 +88,9 @@ 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'
|
|
|
|
|
|
|
|
|
|
|
|
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"
|