Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 492 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 492 Bytes

WARN

This project was not refactored, it's only initial validation about OpenAI API.

PIP AND VENV

All dependencies are freezed using pip freeze > requirements.txt, then you can use pip install -r requirements.txt to install it and start improvements.

MAIN DEPENDENCIES

  • OpenAI API for Python
  • FastAPI
  • Frontend with Tailwind, jQuery, and HTML

.ENV

  • You need to create the file .env and set your environment variable OPENAI_KEY with your own OpenAI Key.