mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Implement Token Probabilities UI using logprobs
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user