forked from phoenix/litellm-mirror
feat(predibase.py): add support for predibase provider
Closes https://github.com/BerriAI/litellm/issues/1253
This commit is contained in:
parent
43b2050cc2
commit
186c0ec77b
6 changed files with 500 additions and 2 deletions
|
@ -322,9 +322,9 @@ class Huggingface(BaseLLM):
|
|||
encoding,
|
||||
api_key,
|
||||
logging_obj,
|
||||
optional_params: dict,
|
||||
custom_prompt_dict={},
|
||||
acompletion: bool = False,
|
||||
optional_params=None,
|
||||
litellm_params=None,
|
||||
logger_fn=None,
|
||||
):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue