mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-07-02 16:01:04 +02:00
update
This commit is contained in:
parent
8fafa2eb4e
commit
83c8ccb6b9
2 changed files with 2 additions and 11 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue