From 623e6037b6c56221084e19cc30ff045b33222543 Mon Sep 17 00:00:00 2001 From: rezidir Date: Fri, 15 May 2026 17:59:07 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B8=D1=82=D1=8C=20op?= =?UTF-8?q?encode.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- opencode.json | 139 -------------------------------------------------- 1 file changed, 139 deletions(-) delete mode 100644 opencode.json diff --git a/opencode.json b/opencode.json deleted file mode 100644 index aed759e..0000000 --- a/opencode.json +++ /dev/null @@ -1,139 +0,0 @@ -{ - "$schema": "https://opencode.ai/config.json", - "server": { - "port": 4096, - "hostname": "0.0.0.0" - }, - "compaction": { - "auto": false - }, - "autoupdate": false, - "model": "llama_swap/Qwen3.6-35B-A3B-Q8_0_img", - "small_model": "llama_swap/cpu_gemma4-E2B-Q4_K_M", - "provider": { - "llama_swap": { - "name": "llama_swap", - "npm": "@ai-sdk/openai-compatible", - "models": { - "Qwen3.6-35B-A3B-Q8_0_img": { - "name": "Qwen3.6-35B-A3B-Q8_0_img", - "tool_call": true, - "reasoning": true, - "limit": { - "context": 196608, - "output": 83968 - }, - "modalities": { - "input": ["text", "image", "pdf"], - "output": ["text"] - } - }, - "Qwen3.6-35B-A3B-Q8_0_fullctx": { - "name": "Qwen3.6-35B-A3B-Q8_0_fullctx", - "tool_call": true, - "reasoning": true, - "limit": { - "context": 262144, - "output": 83968 - }, - "modalities": { - "input": ["text"], - "output": ["text"] - } - }, - "google_gemma-4-E4B-it-Q4_K_M": { - "name": "google_gemma-4-E4B-it-Q4_K_M", - "tool_call": true, - "reasoning": true, - "limit": { - "context": 262144, - "output": 65536 - }, - "modalities": { - "input": ["text", "image", "pdf", "audio", "video"], - "output": ["text"] - } - }, - "GRM-2.6-Plus-Q8_0": { - "name": "GRM-2.6-Plus-Q8_0", - "tool_call": true, - "reasoning": true, - "limit": { - "context": 196608, - "output": 83968 - }, - "modalities": { - "input": ["text", "image", "pdf"], - "output": ["text"] - } - }, - "cpu_gemma4-E2B-Q4_K_M": { - "name": "cpu_gemma4-E2B-Q4_K_M", - "tool_call": false, - "reasoning": false, - "limit": { - "context": 16384, - "output": 16384 - }, - "modalities": { - "input": ["text"], - "output": ["text"] - } - }, - "Qwopus3.5-27B-v3-Q8_0": { - "name": "Qwopus3.5-27B-v3-Q8_0", - "tool_call": true, - "reasoning": true, - "limit": { - "context": 262144, - "output": 83968 - }, - "modalities": { - "input": ["text"], - "output": ["text"] - } - }, - "Qwopus3.6-27B-v1-preview-Q8_0": { - "name": "Qwopus3.6-27B-v1-preview-Q8_0", - "tool_call": true, - "reasoning": true, - "limit": { - "context": 262144, - "output": 83968 - }, - "modalities": { - "input": ["text"], - "output": ["text"] - } - }, - "Qwopus3.6-35B-A3B-v1-Q8_0": { - "name": "Qwopus3.6-35B-A3B-v1-Q8_0", - "tool_call": true, - "reasoning": true, - "limit": { - "context": 262144, - "output": 83968 - }, - "modalities": { - "input": ["text"], - "output": ["text"] - } - } - }, - "options": { - "baseURL": "https://ai.shstk.ru/v1", - "apiKey": "shs.passwd" - } - } - }, - "mcp": { - "chrome-devtools": { - "type": "local", - "command": ["/home/andrey/chrome-devtools-mcp-venv/bin/python", "/home/andrey/chrome-devtools-mcp/server.py"], - "environment": { - "CHROME_DEBUG_PORT": "9222" - }, - "enabled": true - } - } -}