chore: adding support for aws bedrock using boto3, more inclined towards anthropic models provided by aws

This commit is contained in:
anubhavgirdhar1 2025-10-30 16:01:37 +01:00
parent 7588b0933d
commit 8d42b088aa

View file

@ -25,7 +25,7 @@ from .openai_base_client import BaseOpenAIClient
logger = logging.getLogger(__name__)
# bedrock support :) cuz i really wanted it.
# bedrock support :) cuz i really wanted it
class BedrockAnthropicLLMClient(BaseOpenAIClient):
MAX_RETRIES: ClassVar[int] = 2