openai 3.5

This commit is contained in:
William Lane
2023-04-04 10:57:33 -07:00
parent 1c0d231101
commit edc79ec184
3 changed files with 4 additions and 5 deletions

View File

@@ -14,6 +14,5 @@ ADD . .
# Install any needed packages specified in requirements.txt
RUN pip install -r requirements.txt
# Run app.py when the container launches
CMD ["python", "run.py"]