Merge pull request #1227 from NousResearch/hermes/hermes-07d947aa

fix: surface gpt-5.4 in codex setup
This commit is contained in:
Teknium 2026-03-13 21:55:51 -07:00 committed by GitHub
commit 7c3cb9bb31
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 145 additions and 4 deletions

View file

@ -1057,6 +1057,7 @@ def _model_flow_openai_codex(config, current_model=""):
_codex_token = _codex_creds.get("api_key")
except Exception:
pass
codex_models = get_codex_model_ids(access_token=_codex_token)
selected = _prompt_model_selection(codex_models, current_model=current_model)
@ -1072,6 +1073,7 @@ def _model_flow_openai_codex(config, current_model=""):
print("No change.")
def _model_flow_custom(config):
"""Custom endpoint: collect URL, API key, and model name.