Using Django to demo a simple ChatGPT version of OpenAI.
Documentation: https://lpthong90.dev/django-chatgpt
Source Code: https://github.com/lpthong90/django-chatgpt
- Register new user accounts
- Authentication users
- Chat with ChatGPT
- ChatGPT OpenAI => To get
OPENAI_API_KEY
OPENAI_API_KEY=<OPENAI_API_KEY>
> ./scripts/dev.sh
<iframe width="800" height="450" src="https://www.youtube.com/embed/aHzL0hrCc-o?si=wd869ETzx44F4H52" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>