Compare commits

...

2 commits

Author SHA1 Message Date
sid
ed731549f9 Merge pull request 'librechat: TODO add cohere rerank' (#85) from develop into master
All checks were successful
Deploy configs / deploy-configs (push) Successful in 39s
Reviewed-on: #85
2026-05-22 19:00:04 +02:00
sid
ded81c4cdd librechat: TODO add cohere rerank
All checks were successful
Build hosts / build-hosts (pull_request) Successful in 22s
Flake check / flake-check (pull_request) Successful in 22s
2026-05-22 18:52:41 +02:00

View file

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