mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-07-10 22:05:45 +00:00
Clean up the docs a bit more still.
This commit is contained in:
parent
ae7ca04408
commit
ebc51b3e8d
@ -28,7 +28,7 @@ typedef struct {
|
||||
int32_t n_batch; // number of predictions to generate in parallel
|
||||
float repeat_penalty; // penalty factor for repeated tokens
|
||||
int32_t repeat_last_n; // last n tokens to penalize
|
||||
float contextErase; // percent of context to erase if we exceed the context window
|
||||
float context_erase; // percent of context to erase if we exceed the context window
|
||||
} llmodel_prompt_context;
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user