Find a file
2023-12-02 16:55:35 -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 modified: templates/chat.html 2023-12-01 09:51:33 -05:00
.dockerignore upgrade openai chunked streaming 2023-12-02 13:46:50 -05:00
.gitignore upgrade openai chunked streaming 2023-12-02 13:46:50 -05:00
app.py Not working 2023-12-02 16:55:35 -05:00
docker-compose.yml upgrade openai chunked streaming 2023-12-02 13:46:50 -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 modified: requirements.txt 2023-11-14 09:56:23 -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