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 15:59:45 +01:00
parent a01007f7ad
commit 7588b0933d

View file

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