[fix] consistancy
This commit is contained in:
@@ -29,7 +29,7 @@ export const languageEnglish = {
|
||||
submodel: "Auxiliary Model is a model that used in analizing emotion images and auto suggestions and etc. gpt3.5 is recommended.",
|
||||
oaiapikey: 'Api key for OpenAI. you can get it in https://platform.openai.com/account/api-keys',
|
||||
mainprompt: 'The main prompt option sets the default model behavior.',
|
||||
jailbreak: 'The NSFW/jailbreak prompt option activates when NSFW/jailbreak toggle is on in character.',
|
||||
jailbreak: 'The jailbreak prompt option activates when jailbreak toggle is on in character.',
|
||||
globalNote: 'a note that strongly effects model behavior, also known as UJB. works in all characters.',
|
||||
autoSuggest: 'Prompts used to generate options when automatically suggesting user responses.',
|
||||
formatOrder: "formating order of prompt. lower blocks does more effect to the model.",
|
||||
@@ -42,7 +42,7 @@ export const languageEnglish = {
|
||||
charDesc: "Brief description of the character. this effects characters response.",
|
||||
charFirstMessage: "First message of the character. this highly effects characters response.",
|
||||
charNote: "a note that strongly effects model behavior. embbedded to current character. also known as UJB.",
|
||||
toggleNsfw: "toggles NSFW/jailbreak prompt on and off.",
|
||||
toggleNsfw: "toggles jailbreak prompt on and off.",
|
||||
lorebook: "Lorebook is a user-made dictionary for AI. AI only sees it when where is an activation keys in the context.",
|
||||
loreName: "name of the lore. it dosen't effects the Ai.",
|
||||
loreActivationKey: "If one of the activation key exists in context, the lore will be activated and prompt will go in. seperated by commas.",
|
||||
@@ -125,7 +125,7 @@ export const languageEnglish = {
|
||||
providerURL: 'Request URL',
|
||||
providerJSON: 'Request Body JSON',
|
||||
mainPrompt: "Main Prompt",
|
||||
jailbreakPrompt: "NSFW/Jailbreak Prompt",
|
||||
jailbreakPrompt: "Jailbreak Prompt",
|
||||
globalNote: "Global Note",
|
||||
autoSuggest: "Auto Suggest",
|
||||
tokens: 'Tokens',
|
||||
@@ -140,7 +140,7 @@ export const languageEnglish = {
|
||||
authorNote: "Author's Note",
|
||||
firstMessage: 'First Message',
|
||||
description: 'Description',
|
||||
jailbreakToggle: 'Toggle NSFW/Jailbreak',
|
||||
jailbreakToggle: 'Toggle Jailbreak',
|
||||
charIcon: "Character Icon",
|
||||
characterDisplay: "Character Display",
|
||||
viewScreen: 'Additional Character Screen',
|
||||
|
||||
Reference in New Issue
Block a user