add history to conversation last 10 messages

modified:   Dockerfile
	modified:   app.py
This commit is contained in:
Russell Ballestrini 2023-10-21 11:56:44 -04:00
parent 6909622c09
commit 546518c604
2 changed files with 23 additions and 5 deletions

View file

@ -1,4 +1,4 @@
FROM python:latest
FROM python:3.11
COPY requirements.txt /opt/requirements.txt