Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 461 Bytes

File metadata and controls

11 lines (7 loc) · 461 Bytes

Setup Anthropic Models

Sign up and obtain an Anthropic API key from anthropic.com

Locally store your new API key by running the following commands

Switch the default model to Anthropic's Claude Sonnet model. Check out the full list of model here

git-ai-commit config --anthropic_api_key=<INSERT-API-KEY> --model=claude-3-sonnet-20240229