fixing comments from PR

This commit is contained in:
Salman Paracha 2025-09-09 15:39:56 -07:00
parent 1bacf9fa69
commit 788ff87a0c
9 changed files with 102 additions and 103 deletions

View file

@ -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();
}