From 8268947fc79bf07f63692e6fe78292c11a384748 Mon Sep 17 00:00:00 2001 From: lee-hyeon-cheol Date: Tue, 22 Sep 2026 16:05:01 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EB=A0=8C=EB=8D=94=20=EC=82=B0?= =?UTF-8?q?=EC=B6=9C=EB=AC=BC=20opencode/opencode.json=20=EC=9D=84=20git?= =?UTF-8?q?=20=EC=97=90=EC=84=9C=20=EB=BA=8C=20=E2=80=94=20=EC=84=9C?= =?UTF-8?q?=EB=B2=84=EC=97=90=EC=84=9C=20git=20pull=20=EB=A7=89=EB=8D=98?= =?UTF-8?q?=20=EC=9B=90=EC=9D=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Fable 5.1 --- 5_django_backend/.gitignore | 3 +++ 5_django_backend/opencode/opencode.json | 26 ------------------------- 2 files changed, 3 insertions(+), 26 deletions(-) delete mode 100644 5_django_backend/opencode/opencode.json diff --git a/5_django_backend/.gitignore b/5_django_backend/.gitignore index a15dcd3..b37b3b1 100644 --- a/5_django_backend/.gitignore +++ b/5_django_backend/.gitignore @@ -10,3 +10,6 @@ staticfiles/ opencode/wiki/ deploy/langfuse/.env deploy/langfuse/docker-compose.override.yml + +# render_opencode.py 가 환경마다 만드는 파일 — 서버마다 다름 +opencode/opencode.json diff --git a/5_django_backend/opencode/opencode.json b/5_django_backend/opencode/opencode.json deleted file mode 100644 index c7b02fd..0000000 --- a/5_django_backend/opencode/opencode.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "$schema": "https://opencode.ai/config.json", - "disabled_providers": ["opencode", "anthropic", "openrouter", "openai", "google"], - "provider": { - "gateway": { - "npm": "@ai-sdk/openai-compatible", - "name": "FabriX", - "options": { - "baseURL": "http://127.0.0.1:8001/api/ito", - "apiKey": "x" - }, - "models": {"605": {"name": "Gemma4"}, "339": {"name": "GaussO Flash"}, "581": {"name": "GaussO Think"}} - } - }, - "model": "gateway/605", - "tools": { "question": false }, - "permission": { "external_directory": "allow" }, - "mcp": { - "sap-icf": { - "type": "remote", - "url": "http://127.0.0.1:8888/mcp", - "headers": { "Authorization": "Bearer " }, - "enabled": false - } - } -}