Files
CODE_ASSISTANT/5_django_backend/opencode/opencode.json
T
2026-09-22 10:47:44 +09:00

27 lines
746 B
JSON

{
"$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
}
}
}