fix(xai): align migrate retirement map with docs

This commit is contained in:
Julien Talbot
2026-05-20 09:18:23 -07:00
committed by Teknium
parent 12842d32ce
commit 5af4b73f87
3 changed files with 20 additions and 20 deletions
+2 -2
View File
@@ -29,7 +29,7 @@ def trap_config(tmp_path: Path) -> Path:
"auxiliary:\n"
" vision:\n"
" provider: xai\n"
" model: grok-4-fast # retiring\n"
" model: grok-4-fast-reasoning # retiring\n"
" compression:\n"
" provider: openai # not affected\n"
" model: gpt-4o-mini\n"
@@ -89,7 +89,7 @@ class TestNoOpPaths:
apply_migration(tmp_path / "absent.yaml", issues=[
RetirementIssue(
config_path="principal.model",
current_model="grok-4",
current_model="grok-3",
replacement="grok-4.3",
)
])