Change settings descriptions
This commit is contained in:
parent
dfe30b12bd
commit
43f52e1fd1
|
@ -191,7 +191,7 @@ const nonRequestSettings: ChatSetting[] = [
|
||||||
{
|
{
|
||||||
key: 'pinTop',
|
key: 'pinTop',
|
||||||
name: 'Keep First Prompts',
|
name: 'Keep First Prompts',
|
||||||
title: 'When we run out of space and need to summarize prompts, the top number of prompts will not be removed after summarization.',
|
title: 'When we run out of space and need to remove prompts, the top number of prompts will not be removed after summarization/FIFO.',
|
||||||
min: 0,
|
min: 0,
|
||||||
max: 4,
|
max: 4,
|
||||||
step: 1,
|
step: 1,
|
||||||
|
@ -201,8 +201,8 @@ const nonRequestSettings: ChatSetting[] = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 'pinBottom',
|
key: 'pinBottom',
|
||||||
name: 'Exclude Bottom Prompts',
|
name: 'Keep Bottom Prompts',
|
||||||
title: 'When we run out of space and need to summarize prompts, do not summarize the the last number prompts you set here.',
|
title: 'When we run out of space and need to remove prompts, do not remove or summarize the the last number prompts you set here.',
|
||||||
min: 0,
|
min: 0,
|
||||||
max: 20, // Will be auto adjusted down if needs more
|
max: 20, // Will be auto adjusted down if needs more
|
||||||
step: 1,
|
step: 1,
|
||||||
|
|
Loading…
Reference in New Issue