Add custom_openai type in provider list

This commit is contained in:
Kyle 2023-10-08 21:20:10 -07:00
parent 0c08e984bb
commit 8ce3e11db7

View file

@ -224,6 +224,7 @@ model_list = (
provider_list: List = [
"openai",
"custom_openai",
"cohere",
"anthropic",
"replicate",
@ -339,4 +340,4 @@ from .exceptions import (
)
from .budget_manager import BudgetManager
from .proxy.proxy_cli import run_server
from .proxy.proxy_cli import run_server