Compare commits

..

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

View file

@ -11,31 +11,36 @@ interface:
create: true
bookmarks: true
multiConvo: true
agents: true
fileSearch: true
webSearch: true
# TODO: add cohere rerank
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"
@ -46,8 +51,9 @@ endpoints:
headers:
x-librechat-body-parentmessageid: "{{LIBRECHAT_BODY_PARENTMESSAGEID}}"
models:
default: ["meta-llama/llama-3-70b-instruct"]
default: ["deepseek/deepseek-v4-flash"]
fetch: true
titleConvo: true
titleModel: "meta-llama/llama-3-70b-instruct"
titleModel: "deepseek/deepseek-v4-flash"
dropParams: ["stop"]
modelDisplayLabel: "OpenRouter"