If GPT is a one-word solitaire and ChatGPT is a chat scholar who has read poetry and books (with a time range), then autoGPT, I understand it, is a person who can think independently and As a driven assistant, compared to ChatGPT’s chat-style interaction, AutoGPT’s assistant role is more obvious. In comparison, ChatGPT is more like a consultant, and autoGPT is like your employee. You can set OKRs for him and then get the results.
But is it really that useful? Let’s give it a try.
https://github.com/Significant-Gravitas/Auto-GPT.git
After clicking the Enter key, the automatic installation will begin.
Note that the hidden files must be opened here, and the mac will display the hidden files. Shortcut key: Command Shift.
Rename .env.template to .env.
This is the most familiar to everyone Yes, https://platform.openai.com/account/api-keys
##Change the configuration OPENAI_API_KEY in the .env file to your own API key .
4. Set cache type
pinecone is used by so many people now that it needs a replacement.
5. After the setup is complete, run
python -m autogpt
After using it for a few days, it’s not an in-depth experience. The first feeling is that it costs money (please ignore the rich people), which is the best. Register a few more accounts and use the free quota.
Secondly, for those who are familiar with professional issues, I feel that ChatGPT is a more efficient way of consulting and answering questions.
The above is the detailed content of Is AutoGPT really worth trying?. For more information, please follow other related articles on the PHP Chinese website!