Update librechat.yaml
Browse files- librechat.yaml +16 -5
librechat.yaml
CHANGED
|
@@ -3,6 +3,7 @@ cache: true
|
|
| 3 |
|
| 4 |
endpoints:
|
| 5 |
custom:
|
|
|
|
| 6 |
- name: "OpenRouter"
|
| 7 |
apiKey: "${OPENROUTER_KEY}"
|
| 8 |
baseURL: "https://openrouter.ai/api/v1"
|
|
@@ -15,16 +16,26 @@ endpoints:
|
|
| 15 |
addParams:
|
| 16 |
route: "fallback"
|
| 17 |
|
|
|
|
| 18 |
- name: "Stepfun"
|
| 19 |
apiKey: "${STEPFUN_API_KEY}"
|
| 20 |
baseURL: "https://api.stepfun.com/v1"
|
| 21 |
models:
|
| 22 |
-
default:
|
| 23 |
-
- "step-1-8k"
|
| 24 |
-
- "step-2-mini"
|
| 25 |
-
- "step-1v-8k"
|
| 26 |
fetch: true
|
| 27 |
titleConvo: true
|
| 28 |
summarize: true
|
| 29 |
modelDisplayLabel: "Stepfun"
|
| 30 |
-
iconURL: "https://www.stepfun.com/favicon.ico"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
|
| 4 |
endpoints:
|
| 5 |
custom:
|
| 6 |
+
# --- OpenRouter 聚合平台 ---
|
| 7 |
- name: "OpenRouter"
|
| 8 |
apiKey: "${OPENROUTER_KEY}"
|
| 9 |
baseURL: "https://openrouter.ai/api/v1"
|
|
|
|
| 16 |
addParams:
|
| 17 |
route: "fallback"
|
| 18 |
|
| 19 |
+
# --- Stepfun 阶跃星辰 ---
|
| 20 |
- name: "Stepfun"
|
| 21 |
apiKey: "${STEPFUN_API_KEY}"
|
| 22 |
baseURL: "https://api.stepfun.com/v1"
|
| 23 |
models:
|
| 24 |
+
default: ["step-1-8k", "step-2-mini", "step-1v-8k"]
|
|
|
|
|
|
|
|
|
|
| 25 |
fetch: true
|
| 26 |
titleConvo: true
|
| 27 |
summarize: true
|
| 28 |
modelDisplayLabel: "Stepfun"
|
| 29 |
+
iconURL: "https://www.stepfun.com/favicon.ico"
|
| 30 |
+
|
| 31 |
+
# --- NVIDIA NIM (新增) ---
|
| 32 |
+
- name: "NVIDIA"
|
| 33 |
+
apiKey: "${NVIDIA_API_KEY}"
|
| 34 |
+
baseURL: "https://integrate.api.nvidia.com/v1"
|
| 35 |
+
models:
|
| 36 |
+
default: ["nvidia/llama-3.1-nemotron-70b-instruct", "meta/llama-3.1-8b-instruct", "stepfun-ai/step-3.5-flash"]
|
| 37 |
+
fetch: true
|
| 38 |
+
titleConvo: true
|
| 39 |
+
summarize: true
|
| 40 |
+
modelDisplayLabel: "NVIDIA NIM"
|
| 41 |
+
iconURL: "https://www.nvidia.com/favicon.ico"
|