Compare commits

..

No commits in common. "155d976048efbecfd9757fed6c1d48d168753927" and "18e8558dedaa0fb2610eccc489c958c447f4e980" have entirely different histories.

2 changed files with 11 additions and 44 deletions

View file

@ -21,10 +21,9 @@ in
externalUrl = "https://${fqdn}";
environmentFile = config.sops.templates.librechat-env-file.path;
environment = {
# environment = {
# ALLOW_REGISTRATION = "true";
SEARXNG_INSTANCE_URL = "https://searxng.website/";
};
# };
};
services.nginx.virtualHosts."${fqdn}" = {

View file

@ -2,7 +2,6 @@ version: 1.3.11
cache: true
interface:
customWelcome: "Such compose. Much yaml. Wow"
modelSelect: true
parameters: true
presets: true
@ -12,48 +11,17 @@ interface:
bookmarks: true
multiConvo: true
agents: true
fileSearch: true
webSearch: true
webSearch:
searchProvider: "searxng"
searxngInstanceUrl: "${SEARXNG_INSTANCE_URL}"
rerankerType: "none" # TODO: add cohere rerank
endpoints:
agents:
disableBuilder: false
recursionLimit: 50
maxRecursionLimit: 100
maxCitations: 30
maxCitationsPerFile: 7
minRelevanceScore: 0.45
capabilities:
- "deferred_tools"
- "execute_code"
- "file_search"
- "web_search"
- "artifacts"
- "subagents"
- "actions"
- "context"
- "skills"
- "tools"
- "chain"
custom:
- name: "OpenRouter"
apiKey: "${OPENROUTER_KEY}"
baseURL: "https://openrouter.ai/api/v1"
- name: 'OpenRouter'
apiKey: '${OPENROUTER_KEY}'
baseURL: 'https://openrouter.ai/api/v1'
headers:
x-librechat-body-parentmessageid: "{{LIBRECHAT_BODY_PARENTMESSAGEID}}"
x-librechat-body-parentmessageid: '{{LIBRECHAT_BODY_PARENTMESSAGEID}}'
models:
default: ["deepseek/deepseek-v4-flash"]
default: ['deepseek/deepseek-v4-flash']
fetch: true
titleConvo: true
titleModel: "deepseek/deepseek-v4-flash"
dropParams: ["stop"]
modelDisplayLabel: "OpenRouter"
titleModel: 'deepseek/deepseek-v4-flash'
dropParams: ['stop']
modelDisplayLabel: 'OpenRouter'