Rename the model (#1942)

This commit is contained in:
pakrym-oai
2025-08-07 09:07:51 -07:00
committed by GitHub
parent c87fb83d81
commit 7e9ecfbc6a
3 changed files with 3 additions and 12 deletions

View File

@@ -77,7 +77,7 @@ pub(crate) fn get_model_info(model_family: &ModelFamily) -> Option<ModelInfo> {
max_output_tokens: 4_096,
}),
"2025-08-06-model" => Some(ModelInfo {
"gpt-5" => Some(ModelInfo {
context_window: 200_000,
max_output_tokens: 100_000,
}),