Skip to content

Latest commit

 

History

History
50 lines (29 loc) · 922 Bytes

README.md

File metadata and controls

50 lines (29 loc) · 922 Bytes

GTP Clone

GTP like chat application.

Description

Due to growing demand for the GTP like application, I decided to leverage ChatGTP and build my own implementation of it. Currently using opt-350m pre trained model.

Alt text

Getting Started

Dependencies

  • read requirements.txt

Installing

pip install -r requirements.txt

Executing program

  • How to run the program
flask run

Authors

Russell Nizamov

Version History

  • 0.1
    • Initial Release

Acknowledgments

Inspiration, code snippets, etc.