severalnines / engineered-chatgpt-prompts

Create elaborated chatgtp prompts using a specified goal input text is processed by the chatgpt model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

engineered-chatgpt-prompts

Create elaborated chatgtp prompts using a specified goal input text is processed by the chatgpt model

Installation

python3 -m pip install -r requirements.txt

Configuration

Set your open api key on your .env file with the following format:

OPENAI_API_KEY=<your-key>
OPENAI_ORGANIZATION=<your-organizatio-or-personal-id>

Usage

Launch application with:

python engineered_chatgpt_prompts.py

About

Create elaborated chatgtp prompts using a specified goal input text is processed by the chatgpt model

License:GNU General Public License v3.0


Languages

Language:Python 100.0%