mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 10:55:17 +00:00
Update docs/docs/usage-guide/changing_a_model.md
Co-authored-by: qodo-merge-pro-for-open-source[bot] <189517486+qodo-merge-pro-for-open-source[bot]@users.noreply.github.com>
This commit is contained in:
parent
8aa89ff8e6
commit
453f8e19f3
1 changed files with 1 additions and 1 deletions
|
|
@ -226,7 +226,7 @@ To use Amazon Bedrock and its foundational models, add the below configuration:
|
||||||
model="bedrock/anthropic.claude-3-5-sonnet-20240620-v1:0"
|
model="bedrock/anthropic.claude-3-5-sonnet-20240620-v1:0"
|
||||||
fallback_models=["bedrock/anthropic.claude-3-5-sonnet-20240620-v1:0"]
|
fallback_models=["bedrock/anthropic.claude-3-5-sonnet-20240620-v1:0"]
|
||||||
|
|
||||||
[aws] # in .secrets.toml
|
[aws]
|
||||||
AWS_ACCESS_KEY_ID="..."
|
AWS_ACCESS_KEY_ID="..."
|
||||||
AWS_SECRET_ACCESS_KEY="..."
|
AWS_SECRET_ACCESS_KEY="..."
|
||||||
AWS_REGION_NAME="..."
|
AWS_REGION_NAME="..."
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue