fix: allow unlisted models for CLI providers (#7090)
Signed-off-by: rabi <ramishra@redhat.com>
This commit is contained in:
@@ -865,6 +865,7 @@ impl ProviderDef for ChatGptCodexProvider {
|
||||
None,
|
||||
)],
|
||||
)
|
||||
.with_unlisted_models()
|
||||
}
|
||||
|
||||
fn from_env(model: ModelConfig) -> BoxFuture<'static, Result<Self::Provider>> {
|
||||
|
||||
Reference in New Issue
Block a user