This commit is contained in:
Ian Arawjo 2023-05-02 09:32:42 -04:00
commit bb13abbd18
2 changed files with 5 additions and 2 deletions

5
.gitignore vendored
View File

@ -1,4 +1,7 @@
*.DS_Store
chain-forge/node_modules
__pycache__
python-backend/cache
python-backend/cache
# venv
venv

View File

@ -2,4 +2,4 @@ dalaipy==2.0.2
flask
flask_cors
openai
socketio
python-socketio