mrbesher commited on
Commit
16d61c8
·
verified ·
1 Parent(s): dbb9da1

Update librechat.yaml

Browse files
Files changed (1) hide show
  1. 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"