mirror of
https://github.com/katanemo/plano.git
synced 2026-06-23 15:38:07 +02:00
adding more changes
This commit is contained in:
parent
f13fc76a4a
commit
85ab948b13
13 changed files with 4 additions and 366 deletions
|
|
@ -30,8 +30,6 @@ pub fn get_llm_provider(
|
|||
ProviderHint::Name(name) => llm_providers.get(&name),
|
||||
});
|
||||
|
||||
info!("selected provider: maybe_provider: {:?}", maybe_provider);
|
||||
|
||||
if let Some(provider) = maybe_provider {
|
||||
return provider;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue