remove duplicated output

This commit is contained in:
pablof7z 2023-07-25 17:31:31 +03:00
parent 948ee24775
commit 9fa9045d19

5
90.md
View File

@ -168,9 +168,8 @@ Consult [Appendix 1: Example](#appendix-1-examples)'s [Summarization of a podcas
"tags": [
[ "i", "https://bitcoin.review/episode1.mp3", "url" ],
[ "params", "range", "900", "930" ],
[ "output", "text/vtt" ],
[ "output", "text/plain" ],
[ "bid", "50000" ],
[ "output", "text/plain" ]
]
}
```
@ -388,7 +387,7 @@ Output should be a stringified array of elements usually find in a nostr event'
| param | req? | description |
|-----------|------|-------------------------------------------------------|
| `filter` | opt | JSON-stringified `REQ`-like filter
| `filter` | opt | Stringified JSON `REQ` filter. Used to scope the desired results (e.g. specify the desired kinds)
| `prompt` | opt | A human-readable description of the desired results. Which might be used with e.g. an LLM to tune the results.
| `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.