mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-09 16:24:38 +00:00
Use proper attribute for sagemaker request (#11362)
This commit is contained in:
@@ -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"""
|
||||
|
||||
Reference in New Issue
Block a user