modified: app.py
modified: requirements.txt
This commit is contained in:
parent
d9cccdc06d
commit
453c7df041
2 changed files with 3 additions and 2 deletions
2
app.py
2
app.py
|
|
@ -3,8 +3,6 @@ from flask_socketio import SocketIO, emit, join_room
|
|||
|
||||
import eventlet
|
||||
|
||||
import markdown
|
||||
|
||||
import openai
|
||||
|
||||
import os
|
||||
|
|
|
|||
|
|
@ -5,3 +5,6 @@ openai
|
|||
|
||||
# sqlite
|
||||
Flask-SQLAlchemy
|
||||
|
||||
# support local dev
|
||||
python-dotenv
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue