mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
Merge pull request #560 from kylehh/add_custom_openai
Add custom_openai type in provider list
This commit is contained in:
commit
14b6261f47
1 changed files with 2 additions and 1 deletions
|
@ -224,6 +224,7 @@ model_list = (
|
|||
|
||||
provider_list: List = [
|
||||
"openai",
|
||||
"custom_openai",
|
||||
"cohere",
|
||||
"anthropic",
|
||||
"replicate",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue