mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
fix(utils.py): support sagemaker llama2 custom endpoints
This commit is contained in:
parent
09c2c1610d
commit
b4c78c7b9e
4 changed files with 53 additions and 45 deletions
|
@ -1166,6 +1166,7 @@ def completion(
|
|||
print_verbose=print_verbose,
|
||||
optional_params=optional_params,
|
||||
litellm_params=litellm_params,
|
||||
custom_prompt_dict=custom_prompt_dict,
|
||||
logger_fn=logger_fn,
|
||||
encoding=encoding,
|
||||
logging_obj=logging
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue