This commit is contained in:
usamimeri_renko 2024-04-26 17:15:24 +08:00
parent 8fafa2eb4e
commit 83c8ccb6b9
2 changed files with 2 additions and 11 deletions

View file

@ -17,11 +17,6 @@ except ImportError:
@register_provider([LLMType.AMAZON_BEDROCK])
class AmazonBedrockLLM(BaseLLM):
"""
check out:
https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html
"""
def __init__(self, config: LLMConfig):
self.config = config
self.__client = self.__init_client("bedrock-runtime")