/Auto_Claude_100k

A modify of AutoGPT 0.3.1 to use Claude 100k api

Primary LanguagePythonMIT LicenseMIT

Indroduction

demo Use claude_100k api to run autogpt 0.3.1

Qiuck start

  1. clone this repo
  2. install requirements pip install anthropic
  3. set .env.template to .env and fill in your claude_100k api key
  4. run python -m autogpt

Thanks

Thank you LostAbaddon/AutoClaude. I use your code to change autogpt 0.3.1.Your code was very helpful to me.