mirror of
https://github.com/nesquena/hermes-webui.git
synced 2026-05-26 11:40:26 +00:00
0ed63968b6
Note: PR #1827 was branched before v0.51.19 shipped #1812, which introduced an initial (pure live-fetch) Codex provider card hook in api/providers.py at the same line range. The contributor's PR was filed AFTER #1812 shipped but their diff didn't yet account for it. Stage 314 absorbs the contributor's intent (visible Codex cache merge for gpt-5.3-codex-spark visibility) by replacing the v0.51.19 hook with the richer merged version directly in stage. Production code change ≡ what the contributor's PR would have produced if rebased onto current master. Test file + pr-media adopted verbatim. Marker commit so the stage log makes the absorption visible.
36 lines
601 B
JSON
36 lines
601 B
JSON
{
|
|
"id": "openai-codex",
|
|
"display_name": "OpenAI Codex",
|
|
"has_key": true,
|
|
"configurable": false,
|
|
"is_oauth": true,
|
|
"key_source": "oauth",
|
|
"models": [
|
|
{
|
|
"id": "gpt-5.5",
|
|
"label": "GPT 5.5"
|
|
},
|
|
{
|
|
"id": "gpt-5.4",
|
|
"label": "GPT 5.4"
|
|
},
|
|
{
|
|
"id": "gpt-5.4-mini",
|
|
"label": "GPT 5.4 Mini"
|
|
},
|
|
{
|
|
"id": "gpt-5.3-codex",
|
|
"label": "GPT 5.3 Codex"
|
|
},
|
|
{
|
|
"id": "gpt-5.2",
|
|
"label": "GPT 5.2"
|
|
},
|
|
{
|
|
"id": "gpt-5.3-codex-spark",
|
|
"label": "GPT 5.3 Codex Spark"
|
|
}
|
|
],
|
|
"models_total": 6
|
|
}
|