Skip to content

A fork of a quick and easy interface to generate emails with ChatGPT V3

License

Notifications You must be signed in to change notification settings

thanhpt-25/emailGPT

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open in Streamlit MIT license Code style: black GitHub Repo stars

emailGPT

emailGPT is a quick and easy interface to generate emails with ChatGPT. This fork use OpenAI API directly instead of using revChatGPT.

drawing

Table of Contents

Examples

vader



pooh



coyote

Usage

emailGPT is deployed as a Streamlit app. It is available here.

Installation

  1. Install requirements:
pip install -r requirements.txt
  1. Export API KEY

Generate your API KEY using platform.openai.com and make it our environment variable

export OPENAI_API_KEY=<YOUR-OPENAI-API-KEY> 
  1. Run streamlit on your local machine
streamlit run app.py

Contact

Questions? Reach out:

License

MIT

About

A fork of a quick and easy interface to generate emails with ChatGPT V3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%