Spaces:
Building
Building
Update librechat.yaml
Browse files- librechat.yaml +19 -0
librechat.yaml
CHANGED
@@ -190,6 +190,25 @@ endpoints:
|
|
190 |
# Title Conversation setting
|
191 |
titleConvo: true # Set to true to enable title conversation
|
192 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
193 |
modelDisplayLabel: 'Tiny' # Default is "AI" when not set.
|
194 |
# # Mistral AI Example
|
195 |
# - name: 'Mistral' # Unique name for the endpoint
|
|
|
190 |
# Title Conversation setting
|
191 |
titleConvo: true # Set to true to enable title conversation
|
192 |
|
193 |
+
modelDisplayLabel: 'Tiny' # Default is "AI" when not set.
|
194 |
+
- name: 'Tiny-DEVELOPER' # Unique name for the endpoint
|
195 |
+
# For `apiKey` and `baseURL`, you can use environment variables that you define.
|
196 |
+
# recommended environment variables:
|
197 |
+
apiKey: '77ea72d89b98d279c1848389cd027a51c408'
|
198 |
+
baseURL: 'https://dc95-182-69-178-15.ngrok-free.app'
|
199 |
+
|
200 |
+
# Models configuration
|
201 |
+
models:
|
202 |
+
# List of default models to use. At least one value is required.
|
203 |
+
default: ['gemini-2.0-flash-thinking-exp-01-21' ,'gemini-2.5-pro-exp-03-25' ,'deepseek.r1','deepseek-reasoner','deepseek-chat','gemini-2.0-pro-exp-02-05','deepseek-r1-distill-llama-70b', 'qwq-32b','llama-3.3-70b-versatile']
|
204 |
+
# Fetch option: Set to true to fetch models from API.
|
205 |
+
# fetch: false # Defaults to false.
|
206 |
+
|
207 |
+
# Optional configurations
|
208 |
+
|
209 |
+
# Title Conversation setting
|
210 |
+
titleConvo: true # Set to true to enable title conversation
|
211 |
+
|
212 |
modelDisplayLabel: 'Tiny' # Default is "AI" when not set.
|
213 |
# # Mistral AI Example
|
214 |
# - name: 'Mistral' # Unique name for the endpoint
|