mirror of
https://github.com/katanemo/plano.git
synced 2026-07-02 15:51:02 +02:00
fixing comments from PR
This commit is contained in:
parent
1bacf9fa69
commit
788ff87a0c
9 changed files with 102 additions and 103 deletions
|
|
@ -33,8 +33,7 @@ pub fn get_llm_provider(
|
|||
return provider;
|
||||
}
|
||||
|
||||
//This is a fallback to the default provider if no specific provider is found.
|
||||
//For example, if the client sends in gpt-4-1 and that's not configured in arch_config, we fall back to the default.
|
||||
|
||||
if llm_providers.default().is_some() {
|
||||
return llm_providers.default().unwrap();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue