Update 90.md

changed `prompt` to 'text`
This commit is contained in:
starbuilder 2023-10-15 14:59:13 -04:00 committed by GitHub
parent 142cb8d655
commit 9f4a4cf9d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
90.md
View File

@ -73,7 +73,7 @@ If the user wants to keep the input parameters a secret, they can encrypt the `i
```json
[
[ "i", "what is the capital of France? ", "prompt" ],
[ "i", "what is the capital of France? ", "text" ],
[ "param", "model", "LLaMA-2" ],
[ "param", "max_tokens", "512" ],
[ "param", "temperature", "0.5" ],