This project was not refactored, it's only initial validation about OpenAI API.
All dependencies are freezed using pip freeze > requirements.txt
, then you can use pip install -r requirements.txt
to install it and start improvements.
- OpenAI API for Python
- FastAPI
- Frontend with Tailwind, jQuery, and HTML
- You need to create the file
.env
and set your environment variableOPENAI_KEY
with your own OpenAI Key.