Simplified custom model flow with canonical models (#6934)

This commit is contained in:
David Katz
2026-02-23 20:12:10 -05:00
committed by GitHub
parent edede637d7
commit 716085ce09
26 changed files with 73986 additions and 531 deletions
@@ -1969,6 +1969,7 @@ fn add_provider() -> anyhow::Result<()> {
supports_streaming: Some(supports_streaming),
headers,
requires_auth,
catalog_provider_id: None,
})?;
cliclack::outro(format!("Custom provider added: {}", display_name))?;