Browse Source

README edit

Add live links to server
master
The Dod 3 months ago
parent
commit
c4da299766
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

@@ -10,6 +10,6 @@ Prompt template is at [templates/prompt.txt](templates/prompt.txt)
10 10
 The sources of the fields are:
11 11
 
12 12
 * **{{user}}** — One of the files at [static/users](static/users), describing current user.
13
-* **{{schema}}** — [static/chat.schema.json](static/chat.schema.json) (after dereference). Describing the syntax [and some semantics] of JSON replies we expect from the assistant.
13
+* **{{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.
14 14
 * **{{example}}** — [static/chat-example.json](static/chat-example.json)
15 15
 * **{{img_enum}}** — Available images (including text description). See [here](http://localhost:5000/enum/img) (while server is running)

Loading…
Cancel
Save