choephix / auto-gpt-webui

MIT License
118 stars 38 forks source link

Auto-GPT WebUI

This project is a frontend web application that runs and interacts with Auto-GPT. The backend application provides the core logic and functionality, while this frontend application wraps over it and offers a user-friendly interface.

🌟 Special thanks to the original Auto-GPT project and its creator, Torantulino, for his hard work and for making this project possible! 🌟


Disclaimer: Limited Availability for Maintenance

Please note that I developed this project primarily for personal amusement and as a learning experience. My availability to address issues, review pull requests, or implement new features may be limited, as I have other full-time commitments.

If you find this project useful and would like to contribute, I welcome and highly appreciate community involvement. 💛

Thank you for your understanding, and I hope you find this helpful!


🛠️ Installation & Usage

Clone the repo, then enter the root directory and run the folling commands:

npm install
npm run setup-auto-gpt

Run the following command in order to start both the frontend application and the Node.js server, which will in turn start and stop the python script, and inform the frontend of the script's output:

npm start

When you first open up the web app, you will see a few alerts about missing API Keys. You need to fill these in in order for the application to work correctly. Look below for instructions.


⚙ Requirements and Configuration

OpenAI API key

Follow these steps to obtain an OpenAI API key:

  1. Visit the OpenAI Platform website.
  2. If you don't have an account yet, sign up by providing your email, name, and creating a password.
  3. After signing up or logging in, go to the API Keys section in your account.
  4. Click the Create an API key button to generate a new API key.
  5. Copy the API key and paste it in the WebUI to use it with Auto-GPT.

Pinecone API key

Follow these steps to obtain a Pinecone API key:

  1. Visit the Pinecone website.
  2. If you don't have an account yet, sign up by providing your email and creating a password.
  3. After signing up or logging in, go to the Projects page.
  4. Click on the default project, or create a new one if desired.
  5. In the left sidebar, click on the API Keys section.
  6. Create a new API key and copy-paste it in the WebUI to use it with Auto-GPT.

Python environment

You will also need both Python 3.8 or later and Node.js installed on your system.


🛠 Tools and Libraries