mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-21 03:39:54 +00:00
671d5068e7
The _PROVIDER_MODELS['openai-codex'] list was missing gpt-5.4 and gpt-5.4-mini, causing them to not appear in the /model picker for ChatGPT OAuth users. codex_models.py already had these models in DEFAULT_CODEX_MODELS, but the curated list that feeds the Telegram/Discord /model picker was never updated. Reported by @chongdashu