mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
fix: remove useless definition and add mock test
This commit is contained in:
parent
47af8c756c
commit
703ced04d0
7 changed files with 94 additions and 146 deletions
|
@ -141,6 +141,7 @@ openai_compatible_endpoints: List = [
|
|||
"api.sambanova.ai/v1",
|
||||
"api.x.ai/v1",
|
||||
"api.galadriel.ai/v1",
|
||||
"https://api-inference.bitdeer.ai/v1",
|
||||
]
|
||||
|
||||
|
||||
|
@ -170,6 +171,7 @@ openai_compatible_providers: List = [
|
|||
"hosted_vllm",
|
||||
"lm_studio",
|
||||
"galadriel",
|
||||
"bitdeerai",
|
||||
]
|
||||
openai_text_completion_compatible_providers: List = (
|
||||
[ # providers that support `/v1/completions`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue