mirror of
https://github.com/katanemo/plano.git
synced 2026-06-26 15:39:40 +02:00
fix cargo/clippy and fmt
This commit is contained in:
parent
205807c9de
commit
784d4afa62
56 changed files with 1800 additions and 1105 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue