Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 717 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 717 Bytes

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