Skip to content

Commit

Permalink
correct spellings
Browse files Browse the repository at this point in the history
  • Loading branch information
Pravali Uppugunduri committed Oct 4, 2024
1 parent f76bd26 commit f8ea01f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/aws/langchain_aws/llms/sagemaker_endpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ def _stream(
**_endpoint_kwargs,
}

# If inference_compoent_name is specified, append it to invocation_params
# If inference_component_name is specified, append it to invocation_params
if self.inference_component_name:
invocation_params["InferenceComponentName"] = self.inference_component_name

Expand Down Expand Up @@ -369,7 +369,7 @@ def _call(
**kwargs: Any,
) -> str:
"""Call out to SageMaker inference endpoint or inference component
of SageMaker endpoint
of SageMaker inference endpoint.
Args:
prompt: The prompt to pass into the model.
Expand Down

0 comments on commit f8ea01f

Please sign in to comment.