mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +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",
|
||||
"litellm_proxy",
|
||||
"hosted_vllm",
|
||||
"llamafile",
|
||||
"lm_studio",
|
||||
"galadriel",
|
||||
]
|
||||
|
@ -244,6 +245,7 @@ openai_compatible_providers: List = [
|
|||
"github",
|
||||
"litellm_proxy",
|
||||
"hosted_vllm",
|
||||
"llamafile",
|
||||
"lm_studio",
|
||||
"galadriel",
|
||||
]
|
||||
|
@ -252,6 +254,7 @@ openai_text_completion_compatible_providers: List = (
|
|||
"together_ai",
|
||||
"fireworks_ai",
|
||||
"hosted_vllm",
|
||||
"llamafile",
|
||||
]
|
||||
)
|
||||
_openai_like_providers: List = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue