style: 테스트 포맷

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
lee-hyeon-cheol
2026-09-22 10:47:44 +09:00
co-authored by Claude Fable 5.1
parent 596c7e52a8
commit 95b169a7b9
3 changed files with 17 additions and 10 deletions
+13 -9
View File
@@ -1,21 +1,25 @@
{
"$schema": "https://opencode.ai/config.json",
"disabled_providers": ["opencode", "anthropic", "openrouter", "openai", "google"],
"provider": {
"openrouter": {
"options": { "apiKey": "{env:OPENROUTER_API_KEY}" },
"models": {
"z-ai/glm-5.2": { "name": "GLM 5.2 (OpenRouter)" },
"google/gemma-4-31b-it": { "name": "Gemma 4 31B (OpenRouter, vision)" }
}
"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": "openrouter/z-ai/glm-5.2",
"model": "gateway/605",
"tools": { "question": false },
"permission": { "external_directory": "allow" },
"mcp": {
"sap-icf": {
"type": "remote",
"url": "{env:SAP_MCP_URL}",
"headers": { "Authorization": "Bearer {env:SAP_MCP_KEY}" },
"url": "http://127.0.0.1:8888/mcp",
"headers": { "Authorization": "Bearer " },
"enabled": false
}
}