modified: app.py new file: migrations/README new file: migrations/alembic.ini new file: migrations/env.py new file: migrations/script.py.mako new file: migrations/versions/a9e886c56482_create_room_table.py |
||
|---|---|---|
| migrations | ||
| static | ||
| templates | ||
| .gitignore | ||
| app.py | ||
| Dockerfile | ||
| README.rst | ||
| requirements.txt | ||
you need to set a OPENAI_API_KEY environment variable with a valid key. .. code-block:: bash source .flaskenv python3 -m venv env source env/bin/activate pip install -r requirements.txt python app.py should load up on http://127.0.0.1:5001