This commit is contained in:
Anthony Wang 2023-04-10 03:46:04 +00:00
parent 8395e17380
commit 2c3240c676
Signed by: a
GPG key ID: 42A5B952E6DD8D38

View file

@ -22,7 +22,7 @@ def llama(prompt):
"-n",
"-1",
"-c",
"2048"
"2048",
"-p",
prompt,
],