From 8a80b43c52984d26099924b4c82da36a8e4f9cda Mon Sep 17 00:00:00 2001 From: Rivelle Date: Mon, 30 Dec 2024 17:06:42 +0800 Subject: [PATCH] Update itemizationChat.html: fix data-i18n --- public/scripts/templates/itemizationChat.html | 58 +++++++++---------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/public/scripts/templates/itemizationChat.html b/public/scripts/templates/itemizationChat.html index 0da1f20cc..30a23fd20 100644 --- a/public/scripts/templates/itemizationChat.html +++ b/public/scripts/templates/itemizationChat.html @@ -1,21 +1,21 @@ -

- Prompt Itemization +

+ Prompt Itemization

- API/Model: {{mainApiFriendlyName}} {{#if apiUsed}}({{apiUsed}}){{/if}} {{#if modelUsed}}– {{modelUsed}}{{/if}} + API/Model: {{mainApiFriendlyName}} {{#if apiUsed}}({{apiUsed}}){{/if}} {{#if modelUsed}}– {{modelUsed}}{{/if}}
- Preset: {{presetName}} + Preset: {{presetName}} | - Tokenizer: {{selectedTokenizer}} + Tokenizer: {{selectedTokenizer}}
- + Only the white numbers really matter. All numbers are estimates. Grey color items may not have been included in the context due to certain prompt format settings. @@ -37,12 +37,12 @@
-
System Info:
-
{{oaiSystemTokens}}
+
System Info:
+
{{oaiSystemTokens}}
-- Chat Start:
-
{{oaiStartTokens}}
+
{{oaiStartTokens}}
-- Main:
@@ -67,8 +67,8 @@
-
Prompt Tokens:
-
{{oaiPromptTokens}}
+
Prompt Tokens:
+
{{oaiPromptTokens}}
-- Description:
@@ -76,7 +76,7 @@
-- Personality:
-
{{charPersonalityTokens}}
+
{{charPersonalityTokens}}
-- Scenario:
@@ -84,25 +84,25 @@
-- Examples:
-
{{examplesStringTokens}}
+
{{examplesStringTokens}}
-- User Persona:
-
{{userPersonaStringTokens}}
+
{{userPersonaStringTokens}}
-
World Info:
-
{{worldInfoStringTokens}}
+
World Info:
+
{{worldInfoStringTokens}}
-
Chat History:
-
{{ActualChatHistoryTokens}}
+
Chat History:
+
{{ActualChatHistoryTokens}}
-
Extensions:
-
{{allAnchorsTokens}}
+
Extensions:
+
{{allAnchorsTokens}}
-- Summarize:
@@ -110,23 +110,23 @@
-- Author's Note:
-
{{authorsNoteStringTokens}}
+
{{authorsNoteStringTokens}}
-- Smart Context:
-
{{smartContextStringTokens}}
+
{{smartContextStringTokens}}
-- Vector Storage (Chats):
-
{{chatVectorsStringTokens}}
+
{{chatVectorsStringTokens}}
-- Vector Storage (Data Bank):
-
{{dataBankVectorsStringTokens}}
+
{{dataBankVectorsStringTokens}}
-
{{}} Bias:
+
{{}} Bias:
{{oaiBiasTokens}}
@@ -135,12 +135,12 @@
-
Total Tokens in Prompt:
-
{{finalPromptTokens}}
+
Total Tokens in Prompt:
+
{{finalPromptTokens}}
-
Max Context (Context Size - Response Length):
-
{{thisPrompt_max_context}}
+
Max Context(Context Size - Response Length):
+
{{thisPrompt_max_context}}