A web implementation of the eliza_python_translation library: https://github.com/FerrenF/eliza_python_translation
- python-dotenv
- flask
- flask-socketio
- gunicorn
- eventlet
- Heroku, Ubuntu 24.04
Installing for the first time:
- Set up your .env file with the template provided.
- Perform "git submodule update --remote"
- In app.py, set the following as applies to you. Heroku does not support some socket functions.
- RUNNING_FLASK = X,
- RUNNING_GUNICORN = X
- DEPLOY_HEROKU =
Use one of the following:
- flask "app.py:run_flask_app()"
- gunicorn "app:run_app()" -c gunicorn.conf.py
Your specific instructions may vary, and you are welcome to post issues - I may reply to them as I find time.