MCPcopy Create free account
hub / github.com/dabit3/openai-functions-god-app

github.com/dabit3/openai-functions-god-app @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
4 symbols 8 edges 7 files 0 documented · 0% updated 6mo ago★ 2372 open issues

Browse by type

Functions 4 Types & classes 0
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

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: - Text to image - Text to video - Text to audio - General natural language processing

Examples of what you might ask:

  • Create a 4 day travel itinerary for Mexico City.
  • Create an image of someone in their production studio creating beats, futuristic, dim lighting, bronx new york
  • Create a track that sounds like it might come from kanye west, hip-hop, soul samples, heavy drums, innovative melodies, experimental sounds, unusual effects, automation, modulating filters, distortion effects
  • Create a video of clown fish swimming in a coral reef, beautiful, 8k, perfect, award winning, national geographic

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

Core symbols most depended-on inside this repo

browse all functions →

Shape

Function 4

Languages

TypeScript100%

Modules by API surface

app/page.tsx2 symbols
app/layout.tsx1 symbols
app/api/gpt/route.ts1 symbols

For agents

$ claude mcp add openai-functions-god-app \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page