Revert "Fix gpt-5 input context limit (#4619)" (#5135)

Co-authored-by: Douwe Osinga <douwe@squareup.com>
This commit is contained in:
Douwe Osinga
2025-10-13 10:13:48 -04:00
committed by GitHub
parent 224d486c6f
commit 1a905e8957
+1 -1
View File
@@ -17,7 +17,7 @@ pub enum ConfigError {
static MODEL_SPECIFIC_LIMITS: Lazy<Vec<(&'static str, usize)>> = Lazy::new(|| {
vec![
// openai
("gpt-5", 400_000),
("gpt-5", 272_000),
("gpt-4-turbo", 128_000),
("gpt-4.1", 1_000_000),
("gpt-4-1", 1_000_000),