aiberk / ChatGPT-Flask-App

Chat GPT and flask boilerplate app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChatGPT-Flask-App

Requirements

  • Python 3

Installation Commands

  • pip3 install flask
  • pip3 install requests

Inside root folder

  • (Windows only) set FLASK_APP=app.py
  • (Mac & Linux ) export FLASK_APP=app.py

Run Command

  • flask run

Does NOT use a virtual environment

About

Chat GPT and flask boilerplate app.


Languages

Language:HTML 54.9%Language:Python 45.1%