Spaces:
Building
Building
Update librechat.yaml
Browse files- librechat.yaml +4 -2
librechat.yaml
CHANGED
@@ -190,12 +190,14 @@ endpoints:
|
|
190 |
# For `apiKey` and `baseURL`, you can use environment variables that you define.
|
191 |
# recommended environment variables:
|
192 |
apiKey: '77ea72d89b98d279c1848389cd027a51c408'
|
193 |
-
baseURL: 'https://akiko19191-backend2.hf.space/'
|
|
|
|
|
194 |
|
195 |
# Models configuration
|
196 |
models:
|
197 |
# List of default models to use. At least one value is required.
|
198 |
-
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']
|
199 |
# Fetch option: Set to true to fetch models from API.
|
200 |
# fetch: false # Defaults to false.
|
201 |
|
|
|
190 |
# For `apiKey` and `baseURL`, you can use environment variables that you define.
|
191 |
# recommended environment variables:
|
192 |
apiKey: '77ea72d89b98d279c1848389cd027a51c408'
|
193 |
+
# baseURL: 'https://akiko19191-backend2.hf.space/'
|
194 |
+
baseURL: 'https://e9e7-182-69-179-206.ngrok-free.app/'
|
195 |
+
|
196 |
|
197 |
# Models configuration
|
198 |
models:
|
199 |
# List of default models to use. At least one value is required.
|
200 |
+
default: ['deepinfra/meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8','microsoft/Phi-4-multimodal-instruct','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']
|
201 |
# Fetch option: Set to true to fetch models from API.
|
202 |
# fetch: false # Defaults to false.
|
203 |
|