mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-25 00:36:55 +02:00
sorry i forgot the pre commit hooks
This commit is contained in:
parent
d360800cbf
commit
f439c6717b
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ class BedrockLLM(BaseLLM):
|
|||
"region_name": os.environ.get("AWS_DEFAULT_REGION", self.config.region_name),
|
||||
}
|
||||
session = boto3.Session(**self.__credential_kwargs)
|
||||
client = session.client(service_name,region_name = self.__credential_kwargs["region_name"])
|
||||
client = session.client(service_name, region_name=self.__credential_kwargs["region_name"])
|
||||
return client
|
||||
|
||||
@property
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue