Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 1.82 KB

README.md

File metadata and controls

55 lines (34 loc) · 1.82 KB

Free Auto GPT with Puppeteer

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.

Features

  • Automates the interaction with the GPT model using Puppeteer.
  • Generates text based on user-defined prompts.
  • Easy setup and usage.

Prerequisites

Installation

  1. Clone this repository to your local machine:
git clone https://github.com/DevDeepakBhattarai/free-auto-gpt.git
  1. Navigate to the project directory:
cd free-auto-gpt
  1. Install the project dependencies:
npm install

Usage:

  1. In the project directory, run the application using:
npm start
  1. The application will prompt you to enter the text you want to use as a prompt for the GPT model.
  2. After entering the prompt, the application will use Puppeteer to interact with the GPT model and generate text based on the provided prompt.
  3. The generated text will be displayed in the console and be saved in the answer.txt file in the root of the project.

Contributing:

Contributions are welcome! If you find any issues or have suggestions, feel free to open an issue or create a pull request.

License:

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.