Refactor llm config

This commit is contained in:
Martin Pander
2026-07-31 09:31:20 +02:00
parent b9899ef8ea
commit 40223d29dc
10 changed files with 310 additions and 228 deletions

View File

@@ -0,0 +1,12 @@
{
"$schema": "https://opencode.ai/config.json",
"default_agent": "plan",
"plugin": [
"opencode-gemini-auth@latest"
],
"model": "google/gemini-3-pro-preview",
"small_model": "google/gemini-3-flash-preview",
"enabled_providers": [
"google"
]
}