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 = [
"openai",
"custom_openai",
"cohere",
"anthropic",
"replicate",