chatgpt_keep_formatting option removed

This commit is contained in:
mic 2024-08-14 22:44:22 +02:00
parent 76f372ef8c
commit ea861cc226
7 changed files with 0 additions and 45 deletions

View file

@ -295,14 +295,6 @@
"message": "Antworttyp", "message": "Antworttyp",
"description": "" "description": ""
}, },
"prefs_OptionText_chatpgt_keep_formatting": {
"message": "Behalte die Formatierung bei",
"description": ""
},
"prefs_OptionText_chatpgt_keep_formatting_info": {
"message": "Behalte die Formatierung und die Zahlen oder Aufzählungspunkte aus der ChatGPT-Antwort bei.",
"description": ""
},
"prefs_OptionText_chatpgt_use_gpt4": { "prefs_OptionText_chatpgt_use_gpt4": {
"message": "Verwenden Sie ChatGPT-4", "message": "Verwenden Sie ChatGPT-4",
"description": "" "description": ""

View file

@ -295,14 +295,6 @@
"message": "Reply type", "message": "Reply type",
"description": "" "description": ""
}, },
"prefs_OptionText_chatpgt_keep_formatting": {
"message": "Keep formatting",
"description": ""
},
"prefs_OptionText_chatpgt_keep_formatting_info": {
"message": "Keep the formatting and numeral or bullet points from the ChatGPT response.",
"description": ""
},
"prefs_OptionText_chatpgt_use_gpt4": { "prefs_OptionText_chatpgt_use_gpt4": {
"message": "Use ChatGPT-4", "message": "Use ChatGPT-4",
"description": "" "description": ""

View file

@ -295,14 +295,6 @@
"message": "Type de réponse", "message": "Type de réponse",
"description": "" "description": ""
}, },
"prefs_OptionText_chatpgt_keep_formatting": {
"message": "Conserver la mise en forme",
"description": ""
},
"prefs_OptionText_chatpgt_keep_formatting_info": {
"message": "Conservez la mise en forme et les numéros ou les puces de la réponse de ChatGPT.",
"description": ""
},
"prefs_OptionText_chatpgt_use_gpt4": { "prefs_OptionText_chatpgt_use_gpt4": {
"message": "Utiliser ChatGPT-4", "message": "Utiliser ChatGPT-4",
"description": "" "description": ""

View file

@ -295,14 +295,6 @@
"message": "Modalità di risposta", "message": "Modalità di risposta",
"description": "" "description": ""
}, },
"prefs_OptionText_chatpgt_keep_formatting": {
"message": "Mantieni la formattazione",
"description": ""
},
"prefs_OptionText_chatpgt_keep_formatting_info": {
"message": "Mantieni la formattazione del testo e gli elenchi puntati e numerati della risposta di ChatGPT.",
"description": ""
},
"prefs_OptionText_chatpgt_use_gpt4": { "prefs_OptionText_chatpgt_use_gpt4": {
"message": "Usa il modello ChatGPT-4", "message": "Usa il modello ChatGPT-4",
"description": "" "description": ""

View file

@ -196,7 +196,6 @@ async function openChatGPT(promptText, action, curr_tabId, prompt_name = '', do_
let mztaForceCompletionDesc="`+ browser.i18n.getMessage("chatgpt_force_completion") +`"; let mztaForceCompletionDesc="`+ browser.i18n.getMessage("chatgpt_force_completion") +`";
let mztaForceCompletionTitle="`+ browser.i18n.getMessage("chatgpt_force_completion_title") +`"; let mztaForceCompletionTitle="`+ browser.i18n.getMessage("chatgpt_force_completion_title") +`";
let mztaDoCustomText=`+ do_custom_text +`; let mztaDoCustomText=`+ do_custom_text +`;
let mztaKeepFormatting=`+ prefs.chatgpt_keep_formatting +`;
let mztaPromptName="[`+ i18nConditionalGet(prompt_name) +`]"; let mztaPromptName="[`+ i18nConditionalGet(prompt_name) +`]";
`; `;

View file

@ -20,7 +20,6 @@ export const prefs_default = {
chatgpt_win_height: 800, chatgpt_win_height: 800,
chatgpt_win_width: 700, chatgpt_win_width: 700,
chatpgt_use_gpt4: false, chatpgt_use_gpt4: false,
chatgpt_keep_formatting: false,
default_chatgpt_lang: '', default_chatgpt_lang: '',
connection_type: 'chatgpt_web', //Other values: 'chatgpt_api' connection_type: 'chatgpt_web', //Other values: 'chatgpt_api'
chatgpt_api_key: '', chatgpt_api_key: '',

View file

@ -75,17 +75,6 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<tr class="conntype_chatgpt_web">
<td><label>
<span>__MSG_prefs_OptionText_chatpgt_keep_formatting__</span>
</label></td>
<td>
<label>
<input type="checkbox" id="chatgpt_keep_formatting" name="chatgpt_keep_formatting" class="option-input" />
&nbsp;<span>__MSG_prefs_OptionText_chatpgt_keep_formatting_info__</span>
</label>
</td>
</tr>
<tr class="conntype_chatgpt_web"> <tr class="conntype_chatgpt_web">
<td><label> <td><label>
<span>__MSG_prefs_OptionText_chatpgt_use_gpt4__</span> <span>__MSG_prefs_OptionText_chatpgt_use_gpt4__</span>