mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
fix: explain codex oauth gpt-5.4 limits
This commit is contained in:
parent
57e98fe6c9
commit
529729831c
6 changed files with 57 additions and 5 deletions
|
|
@ -13,7 +13,6 @@ 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