Skip to content

Penta AI is a helper for creating better prompts through the use of the Pentagram Framework for prompt engineering - Made as part of Voyage-54 from Chingu | https://chingu.io/ | Twitter: https://twitter.com/ChinguCollabs

Notifications You must be signed in to change notification settings

VecchiR/Penta-AI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Penta AI

Bringing structure to the chaos of prompt engineering - Check out the live version here

image

Features

Prerequisites

Setting up Dev

  1. Clone this project:

    git clone https://github.com/chingu-voyages/V54-tier3-team-34.git && \
    cd v54-tier3-team-34
  2. Install the dependencies

    npm ci --prefix client
    npm ci --prefix server
  3. Make a copy of .env.example named .env in both folders and fill the variables inside appropriately

  4. Run the dev server from both folders

    npm run dev --prefix client
    npm run dev --prefix server
  5. open the client's localhost url that the terminal shows

Team Documents & Links

Our Team

About

Penta AI is a helper for creating better prompts through the use of the Pentagram Framework for prompt engineering - Made as part of Voyage-54 from Chingu | https://chingu.io/ | Twitter: https://twitter.com/ChinguCollabs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.1%
  • CSS 5.1%
  • HTML 1.8%