Implement Token Probabilities UI using logprobs

This commit is contained in:
khanon
2024-01-22 23:00:31 -06:00
parent 9b42be2334
commit 60044c18a4
16 changed files with 921 additions and 35 deletions

View File

@@ -200,7 +200,8 @@
#right-nav-panel,
#left-nav-panel,
#floatingPrompt,
#cfgConfig {
#cfgConfig,
#logprobsViewer {
height: calc(100vh - 45px);
height: calc(100svh - 45px);
min-width: 100% !important;
@@ -217,7 +218,8 @@
}
#floatingPrompt,
#cfgConfig {
#cfgConfig,
#logprobsViewer {
height: min-content;
}