mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-04 05:12:37 +02:00
[example] bedrock config
This commit is contained in:
parent
77625e4c91
commit
8d770b1f41
1 changed files with 10 additions and 0 deletions
10
config/examples/aws-bedrock.yaml
Normal file
10
config/examples/aws-bedrock.yaml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
llm:
|
||||
api_type: 'bedrock'
|
||||
access_key: 'YOUR_API_KEY'
|
||||
secret_key: 'YOUR_API_SECRET'
|
||||
|
||||
region_name: "us-east-1"
|
||||
model: "meta.llama2-70b-chat-v1"
|
||||
# model: "anthropic.claude-3-sonnet-20240229-v1:0"
|
||||
# model: "mistral.mixtral-8x7b-instruct-v0:1"
|
||||
# model: "meta.llama2-13b-chat-v1"
|
||||
Loading…
Add table
Add a link
Reference in a new issue