support Amazon Bedrock

This commit is contained in:
tmokmss
2023-11-28 20:11:40 +09:00
parent 4521077433
commit 1373ca23fc
6 changed files with 42 additions and 8 deletions

View File

@ -40,6 +40,9 @@ 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.