/gpt-flask-app

Text Generator App for Open GPT using Flask

Primary LanguagePython

gpt-flask-app

A simple text generation app which loads the Open GPT base model and generates n number of words in a seuence provided some starting text.

TODO:

  • make it prettier
  • consider providing the user an option to choose the next word from a list of most probable words.