Update librechat.yaml
Browse files- librechat.yaml +2 -2
librechat.yaml
CHANGED
@@ -16,7 +16,7 @@ endpoints:
|
|
16 |
custom:
|
17 |
#groq
|
18 |
- name: "groq"
|
19 |
-
apiKey: "
|
20 |
baseURL: "https://api.groq.com/openai/v1/"
|
21 |
models:
|
22 |
default:
|
@@ -77,7 +77,7 @@ endpoints:
|
|
77 |
# OpenRouter
|
78 |
- name: 'OpenRouter'
|
79 |
# Known issue: you should not use `OPENROUTER_API_KEY` as it will then override the `openAI` endpoint to use OpenRouter as well.
|
80 |
-
apiKey: '
|
81 |
baseURL: 'https://openrouter.ai/api/v1'
|
82 |
models:
|
83 |
default: ['meta-llama/llama-3-70b-instruct']
|
|
|
16 |
custom:
|
17 |
#groq
|
18 |
- name: "groq"
|
19 |
+
apiKey: "${GROQ_API_KEY}"
|
20 |
baseURL: "https://api.groq.com/openai/v1/"
|
21 |
models:
|
22 |
default:
|
|
|
77 |
# OpenRouter
|
78 |
- name: 'OpenRouter'
|
79 |
# Known issue: you should not use `OPENROUTER_API_KEY` as it will then override the `openAI` endpoint to use OpenRouter as well.
|
80 |
+
apiKey: '${OPENROUTER_KEY}'
|
81 |
baseURL: 'https://openrouter.ai/api/v1'
|
82 |
models:
|
83 |
default: ['meta-llama/llama-3-70b-instruct']
|