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
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue