mirror of
https://github.com/openai/codex.git
synced 2026-04-29 10:53:24 +03:00
test(core): annotate remaining custom model literals
This commit is contained in:
@@ -296,7 +296,11 @@ async fn custom_model_alias_sends_base_model_slug() -> Result<()> {
|
||||
},
|
||||
);
|
||||
config.model_catalog = Some(ModelsResponse {
|
||||
models: vec![test_remote_model(base_model, ModelVisibility::List, 1)],
|
||||
models: vec![test_remote_model(
|
||||
base_model,
|
||||
ModelVisibility::List,
|
||||
/*priority*/ 1,
|
||||
)],
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user