#### Running * `./debug-server.sh` * Browse to [http://localhost:5000](http://localhost:5000) #### Prompt files Prompt template is at [templates/prompt.txt](templates/prompt.txt) The sources of the fields are: * **{{user}}** — One of the files at [static/users](static/users), describing current user. * **{{schema}}** — [static/chat.schema.json](static/chat.schema.json) (after dereference based on content of [static/media](static/media). See [here](http://localhost:5000/schema.json) while server is running). Describes the syntax and semantics of JSON replies we expect from the assistant. * **{{example}}** — [static/chat-example.json](static/chat-example.json) * **{{img_enum}}** — Available images (including text description). See [here](http://localhost:5000/enum/img) (while server is running)