Merge pull request #1227 from NousResearch/hermes/hermes-07d947aa
fix: surface gpt-5.4 in codex setup
This commit is contained in:
commit
7c3cb9bb31
6 changed files with 145 additions and 4 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue