battleship

This commit is contained in:
Russell Ballestrini 2024-08-30 10:29:39 -04:00
parent 930fa66b19
commit d684abb4fd
2 changed files with 16 additions and 1 deletions

View file

@ -82,7 +82,15 @@ To start the application with socket.io run::
python app.py
Optionally pass ``python app.py --profile <aws-profile-name>``
Optionally flags ``python app.py --local-activities --profile <aws-profile-name>``::
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
------------

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 KiB