docs: Supports litellm's Amazon Bedrock parameter syntax change

This commit is contained in:
shnskfjwr
2024-07-23 16:25:26 +09:00
parent 32604d8103
commit 41c6502190
2 changed files with 1 additions and 7 deletions

View File

@ -43,9 +43,6 @@ api_base = "" # the base url for your local Llama 2, Code Llama, and other model
vertex_project = "" # the google cloud platform project name for your vertexai deployment
vertex_location = "" # the google cloud platform location for your vertexai deployment
[aws]
bedrock_region = "" # the AWS region to call Bedrock APIs
[github]
# ---- Set the following only for deployment type == "user"
user_token = "" # A GitHub personal access token with 'repo' scope.