mirror of
https://github.com/nostr-protocol/nips.git
synced 2025-12-09 08:38:50 +00:00
Update 90.md
changed `prompt` to 'text`
This commit is contained in:
2
90.md
2
90.md
@@ -73,7 +73,7 @@ If the user wants to keep the input parameters a secret, they can encrypt the `i
|
|||||||
|
|
||||||
```json
|
```json
|
||||||
[
|
[
|
||||||
[ "i", "what is the capital of France? ", "prompt" ],
|
[ "i", "what is the capital of France? ", "text" ],
|
||||||
[ "param", "model", "LLaMA-2" ],
|
[ "param", "model", "LLaMA-2" ],
|
||||||
[ "param", "max_tokens", "512" ],
|
[ "param", "max_tokens", "512" ],
|
||||||
[ "param", "temperature", "0.5" ],
|
[ "param", "temperature", "0.5" ],
|
||||||
|
|||||||
Reference in New Issue
Block a user