mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
fix(utils.py): route together ai calls to openai client
together ai is now openai-compatible n
This commit is contained in:
parent
8195bfd286
commit
85a3515d83
6 changed files with 23 additions and 4 deletions
|
@ -285,6 +285,7 @@ openai_compatible_endpoints: List = [
|
|||
"api.endpoints.anyscale.com/v1",
|
||||
"api.deepinfra.com/v1/openai",
|
||||
"api.mistral.ai/v1",
|
||||
"api.together.xyz/v1",
|
||||
]
|
||||
|
||||
# this is maintained for Exception Mapping
|
||||
|
@ -294,6 +295,7 @@ openai_compatible_providers: List = [
|
|||
"deepinfra",
|
||||
"perplexity",
|
||||
"xinference",
|
||||
"together_ai",
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue