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
9fb0a9cd0a
commit
348a8cffc2
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