27 lines
612 B
YAML
27 lines
612 B
YAML
version: 1.3.11
|
|
cache: true
|
|
|
|
interface:
|
|
modelSelect: true
|
|
parameters: true
|
|
presets: true
|
|
prompts:
|
|
use: true
|
|
create: true
|
|
bookmarks: true
|
|
multiConvo: true
|
|
|
|
endpoints:
|
|
custom:
|
|
- name: 'OpenRouter'
|
|
apiKey: '${OPENROUTER_KEY}'
|
|
baseURL: 'https://openrouter.ai/api/v1'
|
|
headers:
|
|
x-librechat-body-parentmessageid: '{{LIBRECHAT_BODY_PARENTMESSAGEID}}'
|
|
models:
|
|
default: ['deepseek/deepseek-v4-flash']
|
|
fetch: true
|
|
titleConvo: true
|
|
titleModel: 'deepseek/deepseek-v4-flash'
|
|
dropParams: ['stop']
|
|
modelDisplayLabel: 'OpenRouter'
|