chatpgt_keep_formatting option added. see #77

This commit is contained in:
mic 2024-06-26 23:07:53 +02:00
parent 7a4d6bfe8c
commit 23151b8da3
6 changed files with 50 additions and 0 deletions

View file

@ -358,6 +358,16 @@
"message": "Antworttyp",
"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": {
"message": "Verwenden Sie ChatGPT-4",

View file

@ -359,6 +359,16 @@
"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": {
"message": "Use ChatGPT-4",
"description": ""

View file

@ -358,6 +358,16 @@
"message": "Type de réponse",
"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": {
"message": "Utiliser ChatGPT-4",

View file

@ -287,6 +287,14 @@
"message": "Modalità di risposta",
"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": {
"message": "Usa il modello ChatGPT-4",
"description": ""

View file

@ -20,4 +20,5 @@ export const prefs_default = {
chatgpt_win_height: 800,
chatgpt_win_width: 700,
chatpgt_use_gpt4: false,
chatpgt_keep_formatting: false,
}

View file

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