dabit3 / openai-functions-god-app

240 stars 33 forks source link

God app

This is an experimental project using OpenAI GPT Plugins and Replicate to combine all AI APis into one.

Instead of using separate interfaces for image generation, video generation, audio generation, and general text natural language processing, this app combines all of them together into a single prompt.

APIs currently supported:

Examples of what you might ask:

Prerequisites

To run this app, you must have the following:

  1. OpenAI API Key
  2. Replicate token

Running the app

To run this app, follow these steps:

  1. Clone the repo
git clone git@github.com:dabit3/openai-functions-god-app.git
  1. Change into the directory and install the dependencies:
cd openai-functions-god-app
npm install
  1. Set environment variables in a file named .env.local (you can copy .example.env.local)
OPENAI_API_KEY=
REPLICATE_TOKEN=
  1. Run the app
npm start