mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-01 16:47:18 +00:00
python: fix docstring grammar (#2529)
Signed-off-by: HydeZero <128327411+HydeZero@users.noreply.github.com>
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user