mirror of
https://github.com/itme-brain/nixos.git
synced 2026-05-08 14:50:12 -04:00
integrated rigby
This commit is contained in:
parent
532c874c96
commit
6af94e54d5
9 changed files with 1653 additions and 8 deletions
43
external/rigby/templates/librechat.yaml.j2
vendored
Normal file
43
external/rigby/templates/librechat.yaml.j2
vendored
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
version: 1.3.5
|
||||
|
||||
cache: true
|
||||
|
||||
interface:
|
||||
webSearch: false
|
||||
runCode: false
|
||||
mcpServers:
|
||||
use: true
|
||||
create: true
|
||||
share: false
|
||||
public: false
|
||||
|
||||
mcpServers:
|
||||
searxng:
|
||||
command: npx
|
||||
args:
|
||||
- -y
|
||||
- mcp-searxng
|
||||
env:
|
||||
SEARXNG_URL: http://searxng:8080
|
||||
timeout: 60000
|
||||
fetch:
|
||||
command: uvx
|
||||
args:
|
||||
- mcp-server-fetch
|
||||
- --ignore-robots-txt
|
||||
timeout: 60000
|
||||
|
||||
endpoints:
|
||||
custom:
|
||||
- name: "rigby-vllm"
|
||||
apiKey: "${VLLM_API_KEY}"
|
||||
baseURL: "http://host.docker.internal:{{ vllm_port }}/v1"
|
||||
models:
|
||||
default: []
|
||||
fetch: true
|
||||
titleConvo: true
|
||||
titleModel: "current_model"
|
||||
titleMessageRole: "user"
|
||||
summarize: false
|
||||
summaryModel: "current_model"
|
||||
modelDisplayLabel: "Rigby vLLM"
|
||||
Loading…
Add table
Add a link
Reference in a new issue