Assign the entire gpt-5 model family same characteristics (#3490)
So the context size indicator is displayed.
This commit is contained in:
@@ -78,7 +78,7 @@ pub(crate) fn get_model_info(model_family: &ModelFamily) -> Option<ModelInfo> {
|
|||||||
max_output_tokens: 4_096,
|
max_output_tokens: 4_096,
|
||||||
}),
|
}),
|
||||||
|
|
||||||
"gpt-5" => Some(ModelInfo {
|
_ if slug.starts_with("gpt-5") => Some(ModelInfo {
|
||||||
context_window: 272_000,
|
context_window: 272_000,
|
||||||
max_output_tokens: 128_000,
|
max_output_tokens: 128_000,
|
||||||
}),
|
}),
|
||||||
|
|||||||
Reference in New Issue
Block a user