Конфиг из видео для Ollama { "$schema": "https://opencode.ai/config.json", "provider": { "ollama": { "npm": "@ai-sdk/openai-compatible", "name": "Ollama (local)", "options": { "baseURL": "http://127.0.0.1:11434/v1", "apiKey": "ollama" }, "models": { "maxwell1500/ornith-9b:Q4_K_M": { "name": "Ornith 9B — fast" }, "maxwell1500/ornith-35b:Q4_K_M": { "name": "Ornith 35B MoE — heavy" } } } } }