Skip to content

Mason-McGough/chatgpt-quotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatGPT Quotes Plugin

Graphic art of a bust generated with Stable Diffusion

As technology advances, it reverses the characteristics of every situation again and again. The age of automation is going to be the age of 'do it yourself.'

-- Marshall McLuhan


This is a bare-bones ChatGPT plugin that retrieves thought-provoking quotes from famous figures throughout history. For an in-depth walkthrough on this plugin, please read my article "ChatGPT Plugins Demystified: A Tutorial for Developers", which you can find on my Medium page.

Setup

This project provides an API powered by FastAPI and built with Poetry. The following instructions can get you started.

  1. Install Python 3.10.
  2. Run the following commands:
python3 -m pip install poetry  # Install Poetry
poetry env use python3         # Specify the Python binary
poetry install                 # Install dependencies

If you prefer to use an Anaconda virtual environment:

conda create -n chatgpt python=3.10  # Install Python 3.10
conda activate chatgpt               # Activate conda env
pip install poetry                   # Install Poetry
poetry env use `which python`        # Specify the Python binary
poetry install                       # Install dependencies

You should now be able to run the web server:

poetry run start

Acknowledgements

Quotes were borrowed from the inspirational-quotes repo.

License

MIT License

About

A ChatGPT plugin that provides the user with quotes from well-known inspirational figures.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages