diff options
| author | starbuilder <101296187+starbackr-dev@users.noreply.github.com> | 2023-10-15 14:59:13 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-15 14:59:13 -0400 |
| commit | 9f4a4cf9d2f0a626fc2a341cff6d7f66d73c12e4 (patch) | |
| tree | f97a0c1021fa0f3c725e25cf8ce86e883a7bb51a /90.md | |
| parent | 142cb8d655d411628517b44a1cbafdc8c1fbcc68 (diff) | |
Update 90.md
changed `prompt` to 'text`
Diffstat (limited to '90.md')
| -rw-r--r-- | 90.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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" ], |