From a81b1c4a33b48bbdf0f607c72a4abf923b739693 Mon Sep 17 00:00:00 2001 From: Wolfsblvt Date: Wed, 17 Jul 2024 01:31:34 +0200 Subject: [PATCH] Add tooltips to prompt itemization buttons --- public/scripts/templates/itemizationChat.html | 6 +++--- public/scripts/templates/itemizationText.html | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/public/scripts/templates/itemizationChat.html b/public/scripts/templates/itemizationChat.html index dc33ba7e0..e21400531 100644 --- a/public/scripts/templates/itemizationChat.html +++ b/public/scripts/templates/itemizationChat.html @@ -1,8 +1,8 @@

Prompt Itemization - - - + + +

Tokenizer: {{selectedTokenizer}}
API Used: {{this_main_api}}
diff --git a/public/scripts/templates/itemizationText.html b/public/scripts/templates/itemizationText.html index d089a9073..1f986083b 100644 --- a/public/scripts/templates/itemizationText.html +++ b/public/scripts/templates/itemizationText.html @@ -1,8 +1,8 @@

Prompt Itemization - - - + + +

Tokenizer: {{selectedTokenizer}}
API Used: {{this_main_api}}