mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
Use proper attribute for sagemaker request (#11362)
This commit is contained in:
parent
4019f79808
commit
d7982bb0af
1 changed files with 1 additions and 1 deletions
|
|
@ -626,7 +626,7 @@ class SagemakerLLM(BaseAWSLLM):
|
|||
inference_params[k] = v
|
||||
|
||||
#### HF EMBEDDING LOGIC
|
||||
data = json.dumps({"text_inputs": input}).encode("utf-8")
|
||||
data = json.dumps({"inputs": input}).encode("utf-8")
|
||||
|
||||
## LOGGING
|
||||
request_str = f"""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue