This is a non-finished proyect, if you want to collaborate, don't be afraid and contact with me :D
VisionGPT is an AutoGPT, a model that engages in dialogue with itself to accomplish a specific task. It encompasses all aspects that can be emulated in a computer. This model harnesses a blend of GPT-3.5 Turbo, GPT-4, and GPT-V models.
Create a virtual environment using venv:
sudo apt install python3-venv
python3 -m venv venv
source venv/bin/activate
If you use a virtual environment, you need to set the environment variables in the file .env:
export OPENAI_API_KEY=YOUR_API_KEY
If you don't use a virtual environment, you need to set the environment variables in the system, for Linux and for Windows.
pip install -r requirements.txt
python3 main.py
At the beginning of the script, you'll have to write a prompt, this prompt should be the goal that you want to achieve, for example:
> Open facebook