Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
27 lines
746 B
JSON
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
|
|
}
|
|
}
|
|
}
|