Demo: https://replit.com/@caiozthings/Squared-GPT?v=1
Download Link: https://www.mediafire.com/file/ac9q4c9nc3kvjl6/Squared-GPT.zip/file
Squared GPT is GPT-3 that is able to execute Python, read web pages, and ask questions of GPT-3.
Squared GPT can also control your computer using Python, by creating folders, deleting them, creating text files for you, it's all from your computer!
Squared GPT can search on wikipedia and duckduckgo, ask GPT-3 something (yes, GPT-3 running GPT-3 itself lol), and read webpages.
Might just be GPT-4, on a budget!
The video given is the original version of Squared GPT, gpt-squared.py. You can see it on repl.it. The actual Squared GPT is different.
⚠️ Squared GPT does not have a chat history, so it will not remember your old messages. So if you go like "create a folder named "stuff", and then go "now create files on this folder", GPT-3 will claim it as a invalid question, because it doesn't remember what you said earlier. You should go "create a folder named "stuff", and then go "in the folder "stuff", create files on it"
⚠️2️⃣ If you download the project, you have to edit main.py with your own API key!
How to Use
Firstly, install all needed modules by running "pip install -r requirements.txt" on the command prompt
Change configurations in config.json in case. (only has toggle for enabling showing code runned and disabling)
Then run "py main.py", or run the main.py file on the command prompt the way your Python does, or the way you use to do it.
DM me or @ me here if you need any help.
If you liked the script, don't forget to give a ⭐!
Squared GPT is GPT-3 that is able to execute Python, read web pages, and ask questions of GPT-3.
Might just be GPT-4, on a budget!
There is now a config.json file that lets you choose if the debug code is shown or not.
If you want to, feel free to check the readme.md file!