cohere-ai / cohere-python

Python Library for Accessing the Cohere API
https://docs.cohere.ai
MIT License
278 stars 60 forks source link

Add support for sagemaker #512

Closed billytrend-cohere closed 2 months ago

billytrend-cohere commented 2 months ago

This PR introduces the AwsClient class and its implementation in the aws_client.py module. The AwsClient class is now extended by both the BedrockClient and SagemakerClient classes, which have been updated to accept additional parameters for AWS authentication and configuration.