From abf1259e5856681083587c83aabb249c507ac197 Mon Sep 17 00:00:00 2001 From: Ben Dews Date: Tue, 3 Feb 2026 21:22:15 +1000 Subject: [PATCH] Increase context limit from 64k to 128k --- providers/github-copilot/models/gpt-4.1.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/github-copilot/models/gpt-4.1.toml b/providers/github-copilot/models/gpt-4.1.toml index 27697211c..6050c6527 100644 --- a/providers/github-copilot/models/gpt-4.1.toml +++ b/providers/github-copilot/models/gpt-4.1.toml @@ -14,7 +14,7 @@ input = 0 output = 0 [limit] -context = 64_000 +context = 128_000 output = 16_384 [modalities]