diff options
| -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" ], |