mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-06-25 23:13:06 +00:00
bindings/python: fix typo (#1111)
This commit is contained in:
parent
46a0762bd5
commit
ac5c8e964f
@ -196,7 +196,7 @@ class GPT4All:
|
|||||||
repeat_penalty: Penalize the model for repetition. Higher values result in less repetition.
|
repeat_penalty: Penalize the model for repetition. Higher values result in less repetition.
|
||||||
repeat_last_n: How far in the models generation history to apply the repeat penalty.
|
repeat_last_n: How far in the models generation history to apply the repeat penalty.
|
||||||
n_batch: Number of prompt tokens processed in parallel. Larger values decrease latency but increase resource requirements.
|
n_batch: Number of prompt tokens processed in parallel. Larger values decrease latency but increase resource requirements.
|
||||||
n_predict: Equivalent to max_tokens, exists for backwards compatability.
|
n_predict: Equivalent to max_tokens, exists for backwards compatibility.
|
||||||
streaming: If True, this method will instead return a generator that yields tokens as the model generates them.
|
streaming: If True, this method will instead return a generator that yields tokens as the model generates them.
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
|
Loading…
Reference in New Issue
Block a user