upleb.uk

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

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpablof7z <p@f7z.io>2023-07-25 17:31:31 +0300
committerpablof7z <p@f7z.io>2023-07-25 17:31:31 +0300
commit9fa9045d19b93f4cbac231bff39558108a6e82ae (patch)
tree6d288f78b91756d9ad417adf4e4f786e449cd0f4
parent948ee24775fe89e779efe7680ca6a27dc5a6207f (diff)
remove duplicated output
-rw-r--r--90.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/90.md b/90.md
index 99f313d..51c49cf 100644
--- a/90.md
+++ b/90.md
@@ -168,9 +168,8 @@ Consult [Appendix 1: Example](#appendix-1-examples)'s [Summarization of a podcas
168 "tags": [ 168 "tags": [
169 [ "i", "https://bitcoin.review/episode1.mp3", "url" ], 169 [ "i", "https://bitcoin.review/episode1.mp3", "url" ],
170 [ "params", "range", "900", "930" ], 170 [ "params", "range", "900", "930" ],
171 [ "output", "text/vtt" ], 171 [ "output", "text/plain" ],
172 [ "bid", "50000" ], 172 [ "bid", "50000" ],
173 [ "output", "text/plain" ]
174 ] 173 ]
175} 174}
176``` 175```
@@ -388,7 +387,7 @@ Output should be a stringified array of elements usually find in a nostr event'
388 387
389| param | req? | description | 388| param | req? | description |
390|-----------|------|-------------------------------------------------------| 389|-----------|------|-------------------------------------------------------|
391| `filter` | opt | JSON-stringified `REQ`-like filter 390| `filter` | opt | Stringified JSON `REQ` filter. Used to scope the desired results (e.g. specify the desired kinds)
392| `prompt` | opt | A human-readable description of the desired results. Which might be used with e.g. an LLM to tune the results. 391| `prompt` | opt | A human-readable description of the desired results. Which might be used with e.g. an LLM to tune the results.
393| `p` | opt | Array of pubkeys to generate a feed from someone else's point-of-view. This param allows for a client to choose to generate the feeds and incur the costs of its users. 392| `p` | opt | Array of pubkeys to generate a feed from someone else's point-of-view. This param allows for a client to choose to generate the feeds and incur the costs of its users.
394 393