chore: adding support for aws bedrock using boto3, more inclined towards anthropic models provided by aws
This commit is contained in:
parent
7588b0933d
commit
8d42b088aa
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ from .openai_base_client import BaseOpenAIClient
|
||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
# bedrock support :) cuz i really wanted it.
|
# 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