Eliza chatbot backend implemented with FastAPI websockets.
Check out SPA which using this application and its source.
Requires poetry.
poetry installpoetry run flake8
poetry run mypy eliza_chatbot_fastapipoetry run python eliza_chatbot_fastapi/eliza.pyALLOWED_HOST="localhost" ALLOWED_ORIGIN="http://127.0.0.1:5173" poetry run uvicorn eliza_chatbot_fastapi.main:app --reload