added info about br replaceing in chatgpt web interface. see #462
This commit is contained in:
parent
43ca26da6a
commit
99ad461c84
2 changed files with 14 additions and 0 deletions
|
|
@ -1616,5 +1616,9 @@
|
|||
"customDataPH_add_to_menu": {
|
||||
"message": "Usable in prompts added to menu",
|
||||
"description": ""
|
||||
},
|
||||
"prefs_OptionText_chatgpt_web_br_replace_info": {
|
||||
"message": "Please note that any <br> tags in the AI's response will be replaced with line breaks.",
|
||||
"description": ""
|
||||
}
|
||||
}
|
||||
|
|
@ -133,6 +133,16 @@
|
|||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr class="conntype_chatgpt_web">
|
||||
<td><label>
|
||||
<span class="opt_title">__MSG_apiwebchat_info__</span>
|
||||
</label></td>
|
||||
<td>
|
||||
<label>
|
||||
__MSG_prefs_OptionText_chatgpt_web_br_replace_info__
|
||||
</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="conntype_chatgpt_web">
|
||||
<td><label>
|
||||
<span class="opt_title">__MSG_prefs_OptionText_chatgpt_web_model__</span>
|
||||
|
|
|
|||
Loading…
Reference in a new issue