chore: remove codex models from supported models#342
Conversation
Greptile SummaryThis PR removes 4 codex model entries ( Major issues:
The removal is incomplete and creates inconsistency between code and documentation. Confidence Score: 2/5
Important Files Changed
Last reviewed commit: 5a5a5fb |
| | GPT-5.2 | `strix/gpt-5.2` | | ||
| | GPT-5.1 | `strix/gpt-5.1` | | ||
| | GPT-5 | `strix/gpt-5` | |
There was a problem hiding this comment.
Codex models removed from this table but still defined in strix/llm/utils.py lines 40-43 in STRIX_MODEL_MAP. Users can still access these models via the code even though they're not documented.
Prompt To Fix With AI
This is a comment left during a code review.
Path: docs/llm-providers/models.mdx
Line: 50-52
Comment:
Codex models removed from this table but still defined in `strix/llm/utils.py` lines 40-43 in `STRIX_MODEL_MAP`. Users can still access these models via the code even though they're not documented.
How can I resolve this? If you propose a fix, please make it concise.| | GPT-5.2 | `strix/gpt-5.2` | | ||
| | GPT-5.1 | `strix/gpt-5.1` | | ||
| | GPT-5 | `strix/gpt-5` | |
There was a problem hiding this comment.
docs/llm-providers/overview.mdx:52 still mentions "GPT-5 and Codex models" - should update to just "GPT-5 models"
Prompt To Fix With AI
This is a comment left during a code review.
Path: docs/llm-providers/models.mdx
Line: 50-52
Comment:
`docs/llm-providers/overview.mdx:52` still mentions "GPT-5 and Codex models" - should update to just "GPT-5 models"
How can I resolve this? If you propose a fix, please make it concise.| | GPT-5.2 | `strix/gpt-5.2` | | ||
| | GPT-5.1 | `strix/gpt-5.1` | | ||
| | GPT-5 | `strix/gpt-5` | |
There was a problem hiding this comment.
PR description mentions "removing from docs and config.yaml" but no config.yaml file was modified in this commit
Prompt To Fix With AI
This is a comment left during a code review.
Path: docs/llm-providers/models.mdx
Line: 50-52
Comment:
PR description mentions "removing from docs and config.yaml" but no `config.yaml` file was modified in this commit
How can I resolve this? If you propose a fix, please make it concise.
removing from docs and config.yaml for litellm deployment