Use claude_100k api to run autogpt 0.3.1
- clone this repo
- install requirements
pip install anthropic
- set
.env.template
to.env
and fill in your claude_100k api key - run
python -m autogpt
Thank you LostAbaddon/AutoClaude. I use your code to change autogpt 0.3.1.Your code was very helpful to me.