Skip to content

gptscript-ai/claude3-bedrock-provider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Claude3 Bedrock Provider

Usage Example

gptscript --default-model='anthropic.claude-3-opus-20240229-v1:0 from github.com/gptscript-ai/claude3-bedrock-provider' examples/helloworld.gpt

The Claude3 Anthropic provider can be found here

Development

  • You need to have AWS credentials and a region configured in your environment.

Run using the following commands

python -m venv .venv
source ./.venv/bin/activate
pip install --upgrade -r requirements.txt
./run.sh
export OPENAI_BASE_URL=http://127.0.0.1:8000/v1
export GPTSCRIPT_DEBUG=true

gptscript --default-model=anthropic.claude-3-opus-20240229-v1:0 examples/bob.gpt