fix cargo/clippy and fmt

This commit is contained in:
Adil Hafeez 2025-12-25 20:00:10 -08:00
parent 205807c9de
commit 784d4afa62
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
56 changed files with 1800 additions and 1105 deletions

View file

@ -41,7 +41,8 @@ pub fn get_llm_provider(
llm_providers
.iter()
.filter(|(_, provider)| {
provider.model
provider
.model
.as_ref()
.map(|m| !m.starts_with("Arch"))
.unwrap_or(true)