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
.envand set your environment variableOPENAI_KEYwith your own OpenAI Key.