#1980 Add raw summary prompt builder mode

This commit is contained in:
Cohee
2024-03-31 21:22:27 +03:00
parent 3331cb6491
commit b990eb523b
3 changed files with 310 additions and 30 deletions

View File

@@ -24,4 +24,14 @@ label[for="memory_frozen"] input {
flex-direction: row;
align-items: center;
justify-content: space-between;
}
}
.memory_disabled_hint {
margin-left: 2px;
}
#summarySettingsBlock {
display: flex;
flex-direction: column;
row-gap: 5px;
}