mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 08:07:56 +01:00
Change the default preset to Divine Intellect
It seems to reduce hallucination while using instruction-tuned models.
This commit is contained in:
parent
08c23b62c7
commit
913e060348
@ -61,7 +61,7 @@ settings = {
|
||||
'chat_generation_attempts_max': 10,
|
||||
'default_extensions': [],
|
||||
'chat_default_extensions': ['gallery'],
|
||||
'preset': 'simple-1',
|
||||
'preset': 'Divine Intellect',
|
||||
'prompt': 'QA',
|
||||
}
|
||||
|
||||
|
@ -36,5 +36,5 @@ chat_generation_attempts_max: 10
|
||||
default_extensions: []
|
||||
chat_default_extensions:
|
||||
- gallery
|
||||
preset: simple-1
|
||||
preset: 'Divine Intellect'
|
||||
prompt: QA
|
||||
|
Loading…
Reference in New Issue
Block a user