Home > Article > Technology peripherals > Is AutoGPT really worth trying?
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
##If the free quota expires Or if you run out of money, you need to set up a paid account.
##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.
But you can use redis. If the local computer memory is large, you don’t need to modify it. The default configuration. Here, we modify the configuration in the .env file to redis.
At the same time, modify the related configuration of Redis.
5. After the setup is complete, run
python -m autogpt
Press y every time, you can continue to let it think, or you can set y -N to indicate subsequent N If you continue with the steps, you can go and drink tea. However, it should be noted that the OpenAI account will be deducted for operation. If the account has a free quota of 5 US dollars or 18 US dollars, you should also pay attention to consumption. y -1000 may cause the account fee to be cleared.
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!