MetaGPT icon indicating copy to clipboard operation
MetaGPT copied to clipboard

feat(bedrock): Temporary AWS credentials via env vars + supported models update

Open JGalego opened this issue 1 year ago • 2 comments
trafficstars

Features

Example

  1. Add MetaGPT config
llm:
  api_type: 'bedrock'
  model: "amazon.titan-text-premier-v1:0"
  # 🔔 No need to add the access_key or secret_key!
  1. Configure AWS Credentials
export AWS_ACCESS_KEY_ID=...
export AWS_SECRET_ACCESS_KEY=...
export AWS_SESSION_TOKEN=...
export AWS_DEFAULT_REGION=us-east-1
  1. Call MetaGPT
metagpt "Create a 2048 game"

JGalego avatar Aug 17 '24 01:08 JGalego

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 20.93023% with 34 lines in your changes missing coverage. Please review.

Project coverage is 62.50%. Comparing base (ab846f6) to head (47be4f5). Report is 28 commits behind head on main.

Files with missing lines Patch % Lines
metagpt/provider/bedrock/bedrock_provider.py 14.70% 29 Missing :warning:
metagpt/provider/bedrock_api.py 33.33% 4 Missing :warning:
metagpt/provider/bedrock/utils.py 50.00% 1 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1450      +/-   ##
==========================================
- Coverage   62.59%   62.50%   -0.09%     
==========================================
  Files         287      287              
  Lines       17589    17622      +33     
==========================================
+ Hits        11009    11015       +6     
- Misses       6580     6607      +27     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov-commenter avatar Aug 17 '24 02:08 codecov-commenter

@usamimeri @Wei-Jianan as authors of Bedrock-related PRs, would you mind reviewing these changes? cc: @geekan

JGalego avatar Aug 20 '24 23:08 JGalego

lgtm

better629 avatar Oct 18 '24 09:10 better629