Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 244 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 244 Bytes

Django-ChatGPT-Interface

A simple, clean django site for interacting with GPT-3.5-Turbo.

  1. Install Python, Django and the 'openai' python module.
  2. Paste your API key in the views.py file.
  3. Run Django commands to migrate and runserver.