Merge pull request #560 from kylehh/add_custom_openai

Add custom_openai type in provider list
This commit is contained in:
Ishaan Jaff 2023-10-09 07:15:19 -07:00 committed by GitHub
commit 14b6261f47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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