Skip to content

Generate high quality prompts for ChatGpt or AI Chatbots with simple sentence

Notifications You must be signed in to change notification settings

alifarooq9/prompt

Repository files navigation

Prompt - Generate prompt for ChatGpt

Generate prompts for AI chatbots like ChatGPT, GPT-3, and others with a simple and easy-to-use interface. You can generate prompts for various use cases like chatbots, creative writing, and more.

Creator 🫶

Built using 🛠️

Get Started 🚀

Requirements

Setup

  1. Clone the project
  git clone https://github.com/alifarooq9/prompt
  1. Go to the project directory
  cd prompt
  1. Install dependencies
  pnpm install
  1. Create turso db Create your instance of turso db from their website: turso or using their cli: turso cli quickstart.

  2. Google/Gemini Api Key Create a google gemini api key. Google/Gemini.

  3. Set up your .env file You will find .env.example. Create your own copy, and rename .env.example to .env, or copy the environment variables from below.

#Add your turbo url and token
DATABASE_URL="xxxxx"
DATABASE_AUTH_TOKEN="xxxxx"

#Add your gemini access token
GEMINI_API_KEY="xxxxx"
  1. Push schema to turso
  pnpm db:push
  1. Run locally
  pnpm dev

or

  pnpm dev:turbo

Contributing 🤝

Contributions are always welcome!

Support

For support, email ping@alifarooq.xyz or message me on 𝕏 (formerly twitter) @AliFarooqDev.

About

Generate high quality prompts for ChatGpt or AI Chatbots with simple sentence

Resources

Stars

Watchers

Forks