mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-09 22:31:41 +00:00
test: annotate python parity for get_custom_llm_provider
This commit is contained in:
parent
7be5c3fdd3
commit
7f3f0d3f82
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ pub struct CustomLlmProvider<'a> {
|
|||
pub custom_llm_provider: &'a str,
|
||||
}
|
||||
|
||||
// python-parity: get_llm_provider
|
||||
pub fn get_custom_llm_provider<'a>(
|
||||
model: &'a str,
|
||||
custom_llm_provider: Option<&'a str>,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue