Rename greed to "generation attempts"
This commit is contained in:
parent
88cfc84ddb
commit
7c2babfe39
4 changed files with 24 additions and 17 deletions
|
@ -31,6 +31,9 @@ settings = {
|
|||
'chat_prompt_size': 2048,
|
||||
'chat_prompt_size_min': 0,
|
||||
'chat_prompt_size_max': 2048,
|
||||
'chat_generation_attempts': 1,
|
||||
'chat_generation_attempts_min': 1,
|
||||
'chat_generation_attempts_max': 5,
|
||||
'preset_pygmalion': 'Pygmalion',
|
||||
'name1_pygmalion': 'You',
|
||||
'name2_pygmalion': 'Kawaii',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue