fix: allow unlisted models for CLI providers (#7090)

Signed-off-by: rabi <ramishra@redhat.com>
This commit is contained in:
Rabi Mishra
2026-02-09 19:33:06 +05:30
committed by GitHub
parent 7779457087
commit c50a2c2375
5 changed files with 5 additions and 0 deletions
@@ -865,6 +865,7 @@ impl ProviderDef for ChatGptCodexProvider {
None,
)],
)
.with_unlisted_models()
}
fn from_env(model: ModelConfig) -> BoxFuture<'static, Result<Self::Provider>> {