mirror of
https://github.com/openai/codex.git
synced 2026-05-19 18:52:57 +00:00
codex: update service tier test fixtures
This commit is contained in:
@@ -2451,7 +2451,7 @@ async fn model_picker_hides_show_in_picker_false_models_from_cache() {
|
||||
description: "medium".to_string(),
|
||||
}],
|
||||
supports_personality: false,
|
||||
additional_speed_tiers: Vec::new(),
|
||||
service_tiers: Vec::new(),
|
||||
is_default: false,
|
||||
upgrade: None,
|
||||
show_in_picker,
|
||||
@@ -2671,7 +2671,7 @@ async fn single_reasoning_option_skips_selection() {
|
||||
default_reasoning_effort: ReasoningEffortConfig::High,
|
||||
supported_reasoning_efforts: single_effort,
|
||||
supports_personality: false,
|
||||
additional_speed_tiers: Vec::new(),
|
||||
service_tiers: Vec::new(),
|
||||
is_default: false,
|
||||
upgrade: None,
|
||||
show_in_picker: true,
|
||||
|
||||
Reference in New Issue
Block a user