python: fix docstring grammar (#2529)

Signed-off-by: HydeZero <128327411+HydeZero@users.noreply.github.com>
This commit is contained in:
HydeZero 2024-07-05 11:44:28 -05:00 committed by GitHub
parent ccfd0c0c54
commit c73f0e5c8c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -502,7 +502,7 @@ class GPT4All:
Generate outputs from any GPT4All model.
Args:
prompt: The prompt for the model the complete.
prompt: The prompt for the model to complete.
max_tokens: The maximum number of tokens to generate.
temp: The model temperature. Larger values increase creativity but decrease factuality.
top_k: Randomly sample from the top_k most likely tokens at each generation step. Set this to 1 for greedy decoding.