mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
fixes to get optional params
This commit is contained in:
parent
0ae93d1112
commit
8c48af11c2
9 changed files with 86 additions and 90 deletions
|
@ -977,7 +977,6 @@ def completion(
|
|||
encoding=encoding,
|
||||
logging_obj=logging
|
||||
)
|
||||
|
||||
if "stream" in optional_params and optional_params["stream"]==True: ## [BETA]
|
||||
# sagemaker does not support streaming as of now so we're faking streaming:
|
||||
# https://discuss.huggingface.co/t/streaming-output-text-when-deploying-on-sagemaker/39611
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue