Skip to content

Latest commit

 

History

History
executable file
·
15 lines (13 loc) · 708 Bytes

README.md

File metadata and controls

executable file
·
15 lines (13 loc) · 708 Bytes

chat-GPT and Dall-E 2 Flask App

This is a Python Flask ChatGPT and Dall-E 2 project, with integrated Google OAuth2 Authentication with a Bootstrap/Jinja templated UI.

Done:

Integrate Chat GPT 3.5 Turbo into Flask-based App Create Bootstrap 5 UI using Jinja templating Host Flask app via Gunicorn and Nginx secured with Letsencrypt certs Incorporate Authentication using Google Auth (for internal OCA use) Create additional Dall-E 2 integration

To Do:

Expand DB use beyond auth, to track conversations Create Options in UI for adjusting Chat Personas Investigate incorporation of trained Model for interrogation of documentation Investigate means of embedding inside other OCA apps (OCA Learn etc.)