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 = [ 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