From 6a67324c6d1a1ff740ca7aafc575b0a0ea513e5a Mon Sep 17 00:00:00 2001 From: m3ta-chiron Date: Mon, 3 Aug 2026 11:49:56 +0200 Subject: [PATCH] fix: litelllm models --- profiles/sets/coding/agents/opencode.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/sets/coding/agents/opencode.nix b/profiles/sets/coding/agents/opencode.nix index 8923c9f..82a4bd9 100644 --- a/profiles/sets/coding/agents/opencode.nix +++ b/profiles/sets/coding/agents/opencode.nix @@ -220,6 +220,11 @@ thinking = { type = "adaptive"; }; + }; + limit = { + context = 200000; + output = 64000; + }; }; "claude-opus-4-8" = { name = "Claude Opus 4.8";