upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/vending-machine.md
diff options
context:
space:
mode:
authorPablo Fernandez <p@f7z.io>2023-07-11 01:57:51 +0200
committerGitHub <noreply@github.com>2023-07-11 01:57:51 +0200
commitc1b8d98b2625b0d27227bbddb7f25bbec1bf1b25 (patch)
tree0cc72e41a283626cfaaf34521bf02e8e8adb0c23 /vending-machine.md
parent83e9b5840124006ad73f933ab162375f430e4761 (diff)
parent5f27121c98efe01f756ee8d316051913277b33c5 (diff)
Merge pull request #649 from believethehype/vending-machine
Fixed request input back to stringified json, added additional alignment parameter to text-to-speech
Diffstat (limited to 'vending-machine.md')
-rw-r--r--vending-machine.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/vending-machine.md b/vending-machine.md
index 2f9c064..e64a667 100644
--- a/vending-machine.md
+++ b/vending-machine.md
@@ -89,7 +89,7 @@ The output of processing the data -- published by the Service Provider.
89 "kind": 68002, 89 "kind": 68002,
90 "tags" [ 90 "tags" [
91 // stringified JSON request event 91 // stringified JSON request event
92 [ "request", "<id-of-68001-event>" ], 92 [ "request", "<68001-event-as-stringified JSON>" ],
93 [ "e", "<id-of-68001-event>" ], 93 [ "e", "<id-of-68001-event>" ],
94 [ "p", "<Customer's pubkey>" ], 94 [ "p", "<Customer's pubkey>" ],
95 [ "status", "success", "<more-info>" ], 95 [ "status", "success", "<more-info>" ],
@@ -115,6 +115,7 @@ This NIP defines some example job types, Customers SHOULD specify these types fo
115| param | req? | description 115| param | req? | description
116|--------------------------------|------|-------- 116|--------------------------------|------|--------
117| `range` | opt | timestamp range (in seconds) of desired text to be transcribed 117| `range` | opt | timestamp range (in seconds) of desired text to be transcribed
118| `alignment` | opt | word, segment, raw : word-level, segment-level or raw outputs
118 119
119### `summarization` 120### `summarization`
120| param | req? | description 121| param | req? | description