Files
codex/codex-rs/core/src
Eric Traut bb974c78de Disable dynamic model refresh for custom model providers (#11239)
The dynamic model refresh feature (`https://api.openai.com/v1/models`
endpoint) is currently gated on a runtime check for an auth method other
than API Key. It should be gated on a check specifically for ChatGPT
Auth because some custom model providers (e.g. for local models) use no
auth mechanism. A call to `self.auth_manager.auth_mode()` will return
`None` in this case.

Addresses #11213
2026-02-09 21:36:09 -08:00
..
2026-01-27 11:04:23 -08:00
2026-02-03 14:58:33 +00:00
2026-02-02 16:57:29 -08:00
2025-11-28 11:34:57 +00:00
2026-01-27 11:04:23 -08:00
2026-01-19 11:35:34 +00:00