From 53744af32fffcd85f18fd8c763512feb78bb05b4 Mon Sep 17 00:00:00 2001 From: shnskfjwr <43740325+shnskfjwr@users.noreply.github.com> Date: Tue, 23 Jul 2024 18:32:30 +0900 Subject: [PATCH] docs: add a link to the relevant litellm page --- docs/docs/usage-guide/additional_configurations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/usage-guide/additional_configurations.md b/docs/docs/usage-guide/additional_configurations.md index c53a7fab..c8cb788e 100644 --- a/docs/docs/usage-guide/additional_configurations.md +++ b/docs/docs/usage-guide/additional_configurations.md @@ -204,7 +204,7 @@ If you are using the claude-3 model, please configure the following settings as drop_params = true ``` -AWS session is automatically authenticated from your environment, but you can also explicitly set `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY` and `AWS_REGION_NAME` environment variables. +AWS session is automatically authenticated from your environment, but you can also explicitly set `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY` and `AWS_REGION_NAME` environment variables. Please refer to [this document](https://litellm.vercel.app/docs/providers/bedrock) for more details. ## Patch Extra Lines