Find a file
2023-11-04 09:47:37 -04:00
static favicon 2023-11-01 07:40:57 -04:00
templates make username bold and on a new line 2023-11-01 08:37:41 -04:00
.gitignore yup 2023-06-09 10:22:33 -04:00
app.py allow images 2023-11-04 09:47:37 -04: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 use bleach to clean messages 2023-11-04 09:13:08 -04: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