From c90f5a5857e0d58a2b9adaad7983571e6999173f Mon Sep 17 00:00:00 2001 From: m3ta-chiron Date: Mon, 3 Aug 2026 11:49:23 +0200 Subject: [PATCH] fix: litelllm models --- profiles/sets/coding/agents/opencode.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/profiles/sets/coding/agents/opencode.nix b/profiles/sets/coding/agents/opencode.nix index fbf2f84..8923c9f 100644 --- a/profiles/sets/coding/agents/opencode.nix +++ b/profiles/sets/coding/agents/opencode.nix @@ -218,14 +218,8 @@ name = "Claude Sonnet 5"; options = { thinking = { - type = "enabled"; - budget_tokens = 16000; + type = "adaptive"; }; - }; - limit = { - context = 200000; - output = 64000; - }; }; "claude-opus-4-8" = { name = "Claude Opus 4.8";