nick227 / ai-ux-playground

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ai-ux-playground

This node server exposes:

  • Generates, executes and saves dynamic ChatGPT prompt responses
  • Generates, executes and saves dynamic ChatGPT prompt images
  • Front-end demo code
  • CRUD operations on nedb collections

Setup

OPENAI_API_KEY=sk-************************************************
OPENAI_MODEL=gpt-3.5-turbo-16k
OPENAI_MAX_TOKENS=16000
SESSION_SECRET=9d3c29d46eac24b74698b9f4358e8b2a
DALLE_MODEL=dall-e-2
GENERATED_IMAGES_PATH=./generated/images/
API_PORT=5200

Finally run npm start

Enjoy!


Prompt Templates

  • Manually edit /data/database.db
  • Or Insert row using node scripts/run.js
  • Prompt template at api/chatgpt/template?attribute=value&type=templateName
  • Image Prompt at api/chatgpt/image?attribute=value&type=templateName

About


Languages

Language:JavaScript 68.9%Language:HTML 14.6%Language:TypeScript 9.9%Language:CSS 6.5%