mirror of
https://github.com/openai/codex.git
synced 2026-05-01 01:47:18 +00:00
Update models.json (#18586)
- Replace the active models-manager catalog with the deleted core catalog contents. - Replace stale hardcoded test model slugs with current bundled model slugs. - Keep this as a stacked change on top of the cleanup PR.
This commit is contained in:
@@ -115,9 +115,9 @@ async fn model_change_appends_model_instructions_developer_message() -> Result<(
|
||||
)
|
||||
.await;
|
||||
|
||||
let mut builder = test_codex().with_model("gpt-5.2-codex");
|
||||
let mut builder = test_codex().with_model("gpt-5.3-codex");
|
||||
let test = builder.build(&server).await?;
|
||||
let next_model = "gpt-5.1-codex-max";
|
||||
let next_model = "gpt-5.4";
|
||||
|
||||
test.codex
|
||||
.submit(Op::UserTurn {
|
||||
@@ -206,7 +206,7 @@ async fn model_and_personality_change_only_appends_model_instructions() -> Resul
|
||||
.await;
|
||||
|
||||
let mut builder = test_codex()
|
||||
.with_model("gpt-5.2-codex")
|
||||
.with_model("gpt-5.3-codex")
|
||||
.with_config(|config| {
|
||||
config
|
||||
.features
|
||||
|
||||
Reference in New Issue
Block a user