Skip to content

Commit

Permalink
Fixed indent on docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
3coins committed Oct 4, 2024
1 parent 4c15b2f commit 91b41ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/aws/langchain_aws/llms/sagemaker_endpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ class SagemakerEndpoint(LLM):
credentials_profile_name=credentials_profile_name
)
# Usage with Inference Component
# Usage with Inference Component
se = SagemakerEndpoint(
endpoint_name=endpoint_name,
inference_component_name=inference_component_name,
Expand Down

0 comments on commit 91b41ab

Please sign in to comment.