Find a file
Russell Ballestrini 175f49d135 make fenced code blocks work with username
modified:   app.py
	modified:   templates/chat.html
2023-11-01 08:30:14 -04:00
static favicon 2023-11-01 07:40:57 -04:00
templates make fenced code blocks work with username 2023-11-01 08:30:14 -04:00
.gitignore yup 2023-06-09 10:22:33 -04:00
app.py make fenced code blocks work with username 2023-11-01 08:30:14 -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 claude v2 support via boto3 bedrock 2023-10-28 15:12:09 -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