librechat: replace openrouter with requesty
This commit is contained in:
parent
3bc424eeee
commit
51fed84b2a
2 changed files with 6 additions and 5 deletions
|
|
@ -40,9 +40,9 @@ endpoints:
|
|||
- "chain"
|
||||
|
||||
custom:
|
||||
- name: "OpenRouter"
|
||||
apiKey: "${OPENROUTER_KEY}"
|
||||
baseURL: "https://openrouter.ai/api/v1"
|
||||
- name: "Requesty"
|
||||
apiKey: "${REQUESTY_KEY}"
|
||||
baseURL: "https://router.requesty.ai/v1"
|
||||
headers:
|
||||
x-librechat-body-parentmessageid: "{{LIBRECHAT_BODY_PARENTMESSAGEID}}"
|
||||
models:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue