added gpt5 context limit (#3927)

This commit is contained in:
Zane
2025-08-07 13:31:22 -07:00
committed by GitHub
parent a40685f2b2
commit e5e6522942
+1
View File
@@ -17,6 +17,7 @@ pub enum ConfigError {
static MODEL_SPECIFIC_LIMITS: Lazy<Vec<(&'static str, usize)>> = 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),