librechat: TODO add cohere rerank #85
1 changed files with 3 additions and 9 deletions
|
|
@ -11,36 +11,31 @@ interface:
|
||||||
create: true
|
create: true
|
||||||
bookmarks: true
|
bookmarks: true
|
||||||
multiConvo: true
|
multiConvo: true
|
||||||
|
|
||||||
agents: true
|
agents: true
|
||||||
fileSearch: true
|
fileSearch: true
|
||||||
webSearch: true
|
webSearch: true
|
||||||
|
|
||||||
|
# TODO: add cohere rerank
|
||||||
webSearch:
|
webSearch:
|
||||||
searchProvider: "searxng"
|
searchProvider: "searxng"
|
||||||
searxngInstanceUrl: "${SEARXNG_INSTANCE_URL}"
|
searxngInstanceUrl: "${SEARXNG_INSTANCE_URL}"
|
||||||
rerankerType: "none" # TODO: add cohere rerank
|
|
||||||
|
|
||||||
endpoints:
|
endpoints:
|
||||||
agents:
|
agents:
|
||||||
disableBuilder: false
|
disableBuilder: false
|
||||||
recursionLimit: 50
|
recursionLimit: 50
|
||||||
maxRecursionLimit: 100
|
maxRecursionLimit: 100
|
||||||
|
|
||||||
maxCitations: 30
|
maxCitations: 30
|
||||||
maxCitationsPerFile: 7
|
maxCitationsPerFile: 7
|
||||||
minRelevanceScore: 0.45
|
minRelevanceScore: 0.45
|
||||||
|
|
||||||
capabilities:
|
capabilities:
|
||||||
- "deferred_tools"
|
- "deferred_tools"
|
||||||
- "execute_code"
|
- "execute_code"
|
||||||
- "file_search"
|
- "file_search"
|
||||||
- "web_search"
|
- "web_search"
|
||||||
- "artifacts"
|
- "artifacts"
|
||||||
- "subagents"
|
|
||||||
- "actions"
|
- "actions"
|
||||||
- "context"
|
- "context"
|
||||||
- "skills"
|
|
||||||
- "tools"
|
- "tools"
|
||||||
- "chain"
|
- "chain"
|
||||||
|
|
||||||
|
|
@ -51,9 +46,8 @@ endpoints:
|
||||||
headers:
|
headers:
|
||||||
x-librechat-body-parentmessageid: "{{LIBRECHAT_BODY_PARENTMESSAGEID}}"
|
x-librechat-body-parentmessageid: "{{LIBRECHAT_BODY_PARENTMESSAGEID}}"
|
||||||
models:
|
models:
|
||||||
default: ["deepseek/deepseek-v4-flash"]
|
default: ["meta-llama/llama-3-70b-instruct"]
|
||||||
fetch: true
|
fetch: true
|
||||||
titleConvo: true
|
titleConvo: true
|
||||||
titleModel: "deepseek/deepseek-v4-flash"
|
titleModel: "meta-llama/llama-3-70b-instruct"
|
||||||
dropParams: ["stop"]
|
dropParams: ["stop"]
|
||||||
modelDisplayLabel: "OpenRouter"
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue