mirror of
https://github.com/katanemo/plano.git
synced 2026-06-23 15:38:07 +02:00
cargo clippy (#660)
This commit is contained in:
parent
c75e7606f9
commit
ca95ffb63d
62 changed files with 1864 additions and 1187 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