mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-28 01:21:43 +00:00
fix: surface gpt-5.4 in codex setup
This commit is contained in:
parent
153ccbfd61
commit
57e98fe6c9
4 changed files with 59 additions and 1 deletions
|
|
@ -13,6 +13,7 @@ logger = logging.getLogger(__name__)
|
|||
|
||||
DEFAULT_CODEX_MODELS: List[str] = [
|
||||
"gpt-5.3-codex",
|
||||
"gpt-5.4",
|
||||
"gpt-5.2-codex",
|
||||
"gpt-5.1-codex-max",
|
||||
"gpt-5.1-codex-mini",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue