Find a file
2023-11-11 08:53:03 -05:00
migrations room table so we can dedupe the name and title 2023-11-10 12:05:30 -05:00
static favicon 2023-11-01 07:40:57 -04:00
templates gpt-4 added comments and switched to double quotes. 2023-11-11 08:53:03 -05:00
.gitignore yup 2023-06-09 10:22:33 -04:00
app.py rename data["room"] to data["room_name"] 2023-11-11 08:39:02 -05:00
Dockerfile add history to conversation last 10 messages 2023-10-21 11:56:44 -04:00
README.rst Update README.rst 2023-10-28 16:12:03 -04:00
requirements.txt implement dompurify instead of bleach 2023-11-07 12:31:50 -05:00

you need to set a OPENAI_API_KEY environment variable with a valid key.

.. code-block:: bash

  source .flaskenv
  python3 -m venv env
  source env/bin/activate
  pip install -r requirements.txt 
  python app.py

should load up on http://127.0.0.1:5001