diff --git a/crates/goose/src/model.rs b/crates/goose/src/model.rs index 250d9143321e..b606eaa3b043 100644 --- a/crates/goose/src/model.rs +++ b/crates/goose/src/model.rs @@ -17,6 +17,7 @@ pub enum ConfigError { static MODEL_SPECIFIC_LIMITS: Lazy> = Lazy::new(|| { vec![ // openai + ("gpt-5", 272_000), ("gpt-4-turbo", 128_000), ("gpt-4.1", 1_000_000), ("gpt-4-1", 1_000_000),