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 = [
|
provider_list: List = [
|
||||||
"openai",
|
"openai",
|
||||||
|
"custom_openai",
|
||||||
"cohere",
|
"cohere",
|
||||||
"anthropic",
|
"anthropic",
|
||||||
"replicate",
|
"replicate",
|
||||||
|
@ -339,4 +340,4 @@ from .exceptions import (
|
||||||
|
|
||||||
)
|
)
|
||||||
from .budget_manager import BudgetManager
|
from .budget_manager import BudgetManager
|
||||||
from .proxy.proxy_cli import run_server
|
from .proxy.proxy_cli import run_server
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue