mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
Add llamafile as a OpenAI compatible provider (in the list of compatible providers)
This commit is contained in:
parent
b89a5d7001
commit
afaa3da3dd
1 changed files with 3 additions and 0 deletions
|
@ -155,6 +155,7 @@ LITELLM_CHAT_PROVIDERS = [
|
||||||
"custom",
|
"custom",
|
||||||
"litellm_proxy",
|
"litellm_proxy",
|
||||||
"hosted_vllm",
|
"hosted_vllm",
|
||||||
|
"llamafile",
|
||||||
"lm_studio",
|
"lm_studio",
|
||||||
"galadriel",
|
"galadriel",
|
||||||
]
|
]
|
||||||
|
@ -244,6 +245,7 @@ openai_compatible_providers: List = [
|
||||||
"github",
|
"github",
|
||||||
"litellm_proxy",
|
"litellm_proxy",
|
||||||
"hosted_vllm",
|
"hosted_vllm",
|
||||||
|
"llamafile",
|
||||||
"lm_studio",
|
"lm_studio",
|
||||||
"galadriel",
|
"galadriel",
|
||||||
]
|
]
|
||||||
|
@ -252,6 +254,7 @@ openai_text_completion_compatible_providers: List = (
|
||||||
"together_ai",
|
"together_ai",
|
||||||
"fireworks_ai",
|
"fireworks_ai",
|
||||||
"hosted_vllm",
|
"hosted_vllm",
|
||||||
|
"llamafile",
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
_openai_like_providers: List = [
|
_openai_like_providers: List = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue