chore: adding support for aws bedrock using boto3, more inclined towards anthropic models provided by aws
This commit is contained in:
parent
a01007f7ad
commit
7588b0933d
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ from .openai_base_client import BaseOpenAIClient
|
||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
# bedrock support :) cuz i really wanted it.
|
||||||
|
|
||||||
class BedrockAnthropicLLMClient(BaseOpenAIClient):
|
class BedrockAnthropicLLMClient(BaseOpenAIClient):
|
||||||
MAX_RETRIES: ClassVar[int] = 2
|
MAX_RETRIES: ClassVar[int] = 2
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue