yoheinakajima / babyagi

MIT License
19.9k stars 2.61k forks source link

Use text input (copy-paste) instead of api key #222

Closed Gogolian closed 1 year ago

Gogolian commented 1 year ago

I want to make it easier to use for people who for some reason cannot get api key or want to use BabyAGI with different chatbots. I made it so it generates request to paste into chatbot and await user pasing back the cahtbots response. This should work if you don't have gpt-4 api access but have gpt-4 in browser.

Gogolian commented 1 year ago

Remade here: https://github.com/yoheinakajima/babyagi/pull/225