diff --git a/README.rst b/README.rst index d3ed2d3..d579eb7 100644 --- a/README.rst +++ b/README.rst @@ -82,7 +82,15 @@ To start the application with socket.io run:: python app.py -Optionally pass ``python app.py --profile `` +Optionally flags ``python app.py --local-activities --profile ``:: + + usage: app.py [-h] [--profile PROFILE] [--local-activities] + + options: + -h, --help show this help message and exit + --profile PROFILE AWS profile name + --local-activities Use local activity files instead of S3 + The application will be available at ``http://127.0.0.1:5001`` by default. @@ -175,6 +183,13 @@ The server expects to load the YAML file out of the S3 bucket you specify in you ``/activity cancel`` +5. **Battleship example**: + + ``/activity research/activity29-battleship.yaml`` + + .. image:: flask-socketio-llm-completions-battleship.png + :align: center + Contributing ------------ diff --git a/flask-socketio-llm-completions-battleship.png b/flask-socketio-llm-completions-battleship.png new file mode 100644 index 0000000..91ddccc Binary files /dev/null and b/flask-socketio-llm-completions-battleship.png differ