upleb.uk

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

summaryrefslogtreecommitdiff
path: root/90.md
diff options
context:
space:
mode:
authorstarbuilder <101296187+starbackr-dev@users.noreply.github.com>2023-10-15 14:59:13 -0400
committerGitHub <noreply@github.com>2023-10-15 14:59:13 -0400
commit9f4a4cf9d2f0a626fc2a341cff6d7f66d73c12e4 (patch)
treef97a0c1021fa0f3c725e25cf8ce86e883a7bb51a /90.md
parent142cb8d655d411628517b44a1cbafdc8c1fbcc68 (diff)
Update 90.md
changed `prompt` to 'text`
Diffstat (limited to '90.md')
-rw-r--r--90.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/90.md b/90.md
index 7de34fc..a55d491 100644
--- a/90.md
+++ b/90.md
@@ -73,7 +73,7 @@ If the user wants to keep the input parameters a secret, they can encrypt the `i
73 73
74```json 74```json
75[ 75[
76 [ "i", "what is the capital of France? ", "prompt" ], 76 [ "i", "what is the capital of France? ", "text" ],
77 [ "param", "model", "LLaMA-2" ], 77 [ "param", "model", "LLaMA-2" ],
78 [ "param", "max_tokens", "512" ], 78 [ "param", "max_tokens", "512" ],
79 [ "param", "temperature", "0.5" ], 79 [ "param", "temperature", "0.5" ],