An application that allows someone to access chatgpt and store inputs and results in their own Firebase Realtime Database
- Download all files.
- Run 'pip install -r requirements.txt'
- Go to line 178 of index.html and insert firebase config
- Go to line 8 of app.py and insert openai API code
- Any pre prompting, adjusting of prompt, and document send in can be done between line 20-27 of app.py
- Run 'python app.py' to get a local file for the application