66 lines
2.0 KiB
YAML
66 lines
2.0 KiB
YAML
ollama:
|
|
model: "qwen3.5:27b"
|
|
base_url: "http://10.2.18.188:11434"
|
|
# 262144 требует ~22.6 GiB; при 20.4 GiB доступно — уменьшаем контекст (32768 укладывается в память)
|
|
num_ctx: 32768
|
|
|
|
# Model routing suite (optional - for automatic model tier selection)
|
|
# models:
|
|
# - name: "qwen3.5:0.8b"
|
|
# size: "0.8B"
|
|
# capability: "simple"
|
|
# - name: "qwen3.5:2b"
|
|
# size: "2B"
|
|
# capability: "medium"
|
|
# - name: "qwen3.5:4b"
|
|
# size: "4B"
|
|
# capability: "complex"
|
|
# - name: "qwen3.5:9b"
|
|
# size: "9B"
|
|
# capability: "advanced"
|
|
|
|
# Embedding model for ICE (Infinite Context Engine)
|
|
# embed_model: "nomic-embed-text"
|
|
|
|
# UI Configuration (optional)
|
|
# ui:
|
|
# # Theme: "dark", "light", or "auto" (default: auto - detects system theme)
|
|
# # The Nord theme will be applied automatically:
|
|
# # - Dark mode: Nord Polar Night (dark blues) + Frost (light text) + Aurora (colorful accents)
|
|
# # - Light mode: Nord Aurora Light (white background + same colorful accents)
|
|
# theme: "auto"
|
|
# # Syntax highlighting theme for code blocks (via Chroma)
|
|
# # Options: monokai, github, dracula, one-dark, solarized-dark, etc.
|
|
# # Default: monokai (dark), github (light)
|
|
# code_theme: "monokai"
|
|
# # Show line numbers in code blocks (default: false)
|
|
# code_line_numbers: false
|
|
# # Compact mode threshold (terminal width < this value triggers compact mode)
|
|
# compact_threshold: 80
|
|
|
|
# MCP tool servers
|
|
servers:
|
|
- name: noted
|
|
command: noted
|
|
args: [mcp]
|
|
|
|
# tinyvault — requires `tvault init` before first use
|
|
# - name: tinyvault
|
|
# command: tvault
|
|
# args: [mcp-server]
|
|
|
|
# Docker MCP Gateway (requires Docker Desktop with MCP enabled)
|
|
# - name: docker-gateway
|
|
# command: docker
|
|
# args: ["mcp", "gateway", "run"]
|
|
|
|
# SSE transport
|
|
# - name: remote-server
|
|
# transport: sse
|
|
# url: "http://localhost:8811"
|
|
|
|
# Streamable HTTP transport
|
|
# - name: streamable-server
|
|
# transport: streamable-http
|
|
# url: "http://localhost:8812/mcp"
|