mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 16:17:57 +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,
|
'chat_generation_attempts_max': 10,
|
||||||
'default_extensions': [],
|
'default_extensions': [],
|
||||||
'chat_default_extensions': ['gallery'],
|
'chat_default_extensions': ['gallery'],
|
||||||
'preset': 'simple-1',
|
'preset': 'Divine Intellect',
|
||||||
'prompt': 'QA',
|
'prompt': 'QA',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -36,5 +36,5 @@ chat_generation_attempts_max: 10
|
|||||||
default_extensions: []
|
default_extensions: []
|
||||||
chat_default_extensions:
|
chat_default_extensions:
|
||||||
- gallery
|
- gallery
|
||||||
preset: simple-1
|
preset: 'Divine Intellect'
|
||||||
prompt: QA
|
prompt: QA
|
||||||
|
Loading…
Reference in New Issue
Block a user