mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-16 23:41:43 +00:00
add volcengine as provider to litellm
This commit is contained in:
parent
90892d4414
commit
aa2e5d6288
1 changed files with 2 additions and 0 deletions
|
|
@ -413,6 +413,7 @@ openai_compatible_providers: List = [
|
|||
"mistral",
|
||||
"groq",
|
||||
"nvidia_nim",
|
||||
"volcengine",
|
||||
"codestral",
|
||||
"deepseek",
|
||||
"deepinfra",
|
||||
|
|
@ -643,6 +644,7 @@ provider_list: List = [
|
|||
"mistral",
|
||||
"groq",
|
||||
"nvidia_nim",
|
||||
"volcengine",
|
||||
"codestral",
|
||||
"text-completion-codestral",
|
||||
"deepseek",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue