chore: 렌더 산출물 opencode/opencode.json 을 git 에서 뺌 — 서버에서 git pull 막던 원인
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Fable 5.1
parent
68b55907f0
commit
8268947fc7
@@ -10,3 +10,6 @@ staticfiles/
|
||||
opencode/wiki/
|
||||
deploy/langfuse/.env
|
||||
deploy/langfuse/docker-compose.override.yml
|
||||
|
||||
# render_opencode.py 가 환경마다 만드는 파일 — 서버마다 다름
|
||||
opencode/opencode.json
|
||||
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user