Spaces:
Running
Running
Update librechat.yaml
Browse files- librechat.yaml +16 -16
librechat.yaml
CHANGED
@@ -207,27 +207,27 @@ endpoints:
|
|
207 |
titleConvo: true # Set to true to enable title conversation
|
208 |
|
209 |
modelDisplayLabel: 'Tiny' # Default is "AI" when not set.
|
210 |
-
- name: 'Tiny-DEBUGGING' # Unique name for the endpoint
|
211 |
-
|
212 |
-
|
213 |
-
|
214 |
-
|
215 |
-
|
216 |
|
217 |
|
218 |
-
|
219 |
-
|
220 |
-
|
221 |
-
|
222 |
-
|
223 |
-
|
224 |
|
225 |
-
|
226 |
|
227 |
-
|
228 |
-
|
229 |
|
230 |
-
|
231 |
ocr:
|
232 |
mistralModel: "mistral-ocr-latest" # Optional: Specify Mistral model, defaults to "mistral-ocr-latest"
|
233 |
apiKey: '${OCR_API_KEY}' # Optional: Defaults to OCR_API_KEY env variable
|
|
|
207 |
titleConvo: true # Set to true to enable title conversation
|
208 |
|
209 |
modelDisplayLabel: 'Tiny' # Default is "AI" when not set.
|
210 |
+
# - name: 'Tiny-DEBUGGING' # Unique name for the endpoint
|
211 |
+
# # For `apiKey` and `baseURL`, you can use environment variables that you define.
|
212 |
+
# # recommended environment variables:
|
213 |
+
# apiKey: '77ea72d89b98d279c1848389cd027a51c408'
|
214 |
+
# baseURL: 'https://3df9-182-69-178-242.ngrok-free.app'
|
215 |
+
# # baseURL: 'https://e9e7-182-69-179-206.ngrok-free.app/'
|
216 |
|
217 |
|
218 |
+
# # Models configuration
|
219 |
+
# models:
|
220 |
+
# # List of default models to use. At least one value is required.
|
221 |
+
# default: ['gemini-2.5-pro-exp-03-25','gemini-2.5-flash-preview-04-17','gemini-2.0-flash-thinking-exp-01-21' ,'deepseek.r1','deepseek-reasoner','MAI-DS-R1-FP8','DeepSeek-V3-0324','deepseek-chat','gpt4.1','gpt-4o','o4-mini','gemini-2.0-pro-exp-02-05','GLM-4-32B-0414','GLM-Z1-32B-0414','deepseek-r1-distill-llama-70b', 'qwq-32b','llama-3.3-70b-versatile','meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8','microsoft/Phi-4-multimodal-instruct','google/gemma-3-27b-it','meta-llama/Llama-4-Scout-17B-16E-Instruct']
|
222 |
+
# # Fetch option: Set to true to fetch models from API.
|
223 |
+
# # fetch: false # Defaults to false.
|
224 |
|
225 |
+
# # Optional configurations
|
226 |
|
227 |
+
# # Title Conversation setting
|
228 |
+
# titleConvo: true # Set to true to enable title conversation
|
229 |
|
230 |
+
# modelDisplayLabel: 'Tiny' # Default is "AI" when not set.
|
231 |
ocr:
|
232 |
mistralModel: "mistral-ocr-latest" # Optional: Specify Mistral model, defaults to "mistral-ocr-latest"
|
233 |
apiKey: '${OCR_API_KEY}' # Optional: Defaults to OCR_API_KEY env variable
|