mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04: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_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_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.
|
||||
|
||||
Returns:
|
||||
|
Loading…
Reference in New Issue
Block a user