Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 505 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 505 Bytes

Indroduction

demo Use claude_100k api to run autogpt 0.4.2

Qiuck start

  • clone this repo
  • set .env.template to .env and fill in your CLAUDE_API_KEY and OPENAI_API_KEY. The OPENAI_API_KEY is used to get fix json and similarity.
  • install requirements pip install anthropic
  • run python -m autogpt

Thanks

Thank you LostAbaddon/AutoClaude. Your code was very helpful to me.