Auto GPT is a Node.js application that utilizes Puppeteer to automate the usage of the GPT model for generating text. This project aims to streamline the process of interacting with the GPT model and generating text based on specific prompts.
- Automates the interaction with the GPT model using Puppeteer.
- Generates text based on user-defined prompts.
- Easy setup and usage.
- Node.js, npm and python should be installed on your system. You can download them from https://nodejs.org and https://www.python.org/downloads respectively
- Clone this repository to your local machine:
git clone https://github.com/DevDeepakBhattarai/free-auto-gpt.git
- Navigate to the project directory:
cd free-auto-gpt
- Install the project dependencies:
npm install
- In the project directory, run the application using:
npm start
- The application will prompt you to enter the text you want to use as a prompt for the GPT model.
- After entering the prompt, the application will use Puppeteer to interact with the GPT model and generate text based on the provided prompt.
- The generated text will be displayed in the console and be saved in the
answer.txt
file in the root of the project.
Contributions are welcome! If you find any issues or have suggestions, feel free to open an issue or create a pull request.
This project is licensed under the MIT License
Note: This application is built for educational and experimental purposes. Use of the GPT model and its APIs may be subject to terms and conditions of the service provider. Ensure that you comply with all relevant terms and policies when using this application.