mirror of
https://github.com/itme-brain/nixos.git
synced 2026-05-08 06:50:11 -04:00
43 lines
795 B
Django/Jinja
43 lines
795 B
Django/Jinja
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"
|