chatpgt_keep_formatting option added. see #77
This commit is contained in:
parent
7a4d6bfe8c
commit
23151b8da3
6 changed files with 50 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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": ""
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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": ""
|
||||
|
|
|
|||
|
|
@ -20,4 +20,5 @@ export const prefs_default = {
|
|||
chatgpt_win_height: 800,
|
||||
chatgpt_win_width: 700,
|
||||
chatpgt_use_gpt4: false,
|
||||
chatpgt_keep_formatting: false,
|
||||
}
|
||||
|
|
@ -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" />
|
||||
<span>__MSG_prefs_OptionText_chatpgt_keep_formatting_info__</span>
|
||||
</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><label>
|
||||
<span>__MSG_prefs_OptionText_chatpgt_use_gpt4__</span>
|
||||
|
|
|
|||
Loading…
Reference in a new issue