mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
Add Llamafile as an LlmProviders enum
This commit is contained in:
parent
db4e40d410
commit
b89a5d7001
1 changed files with 1 additions and 0 deletions
|
@ -2092,6 +2092,7 @@ class LlmProviders(str, Enum):
|
|||
CUSTOM = "custom"
|
||||
LITELLM_PROXY = "litellm_proxy"
|
||||
HOSTED_VLLM = "hosted_vllm"
|
||||
LLAMAFILE = "llamafile"
|
||||
LM_STUDIO = "lm_studio"
|
||||
GALADRIEL = "galadriel"
|
||||
INFINITY = "infinity"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue