Add additional information for opening ChatGPT Web and update message formatting
This commit is contained in:
parent
7c510bee57
commit
93204054e7
2 changed files with 9 additions and 7 deletions
|
|
@ -607,6 +607,10 @@
|
|||
"message": "In case of login issues in the ThunderAI window, open ChatGPT in a new tab using the button on the right, log in, then close the tab and continue using ThunderAI.",
|
||||
"description": ""
|
||||
},
|
||||
"OpenChatGPTTab_Info2": {
|
||||
"message": "Opening ChatGPT Web from here will apply any configured settings for the model, project, and Custom GPT.",
|
||||
"description": ""
|
||||
},
|
||||
"placeholder_mail_text_body": {
|
||||
"message": "Mail body",
|
||||
"description": ""
|
||||
|
|
@ -1396,11 +1400,11 @@
|
|||
"description": ""
|
||||
},
|
||||
"prefs_OptionText_chatgpt_web_custom_gpt": {
|
||||
"message": "ChatGPT Web custom GPT",
|
||||
"message": "ChatGPT Web Custom GPT",
|
||||
"description": ""
|
||||
},
|
||||
"prefs_OptionText_chatgpt_web_custom_gpt_info": {
|
||||
"message": "This is the custom GPT that will be enforced for the ChatGPT Web Interface.",
|
||||
"message": "This is the Custom GPT that will be enforced for the ChatGPT Web Interface.",
|
||||
"description": ""
|
||||
},
|
||||
"prefs_OptionText_chatgpt_web_custom_data_info": {
|
||||
|
|
|
|||
|
|
@ -170,11 +170,9 @@
|
|||
</td>
|
||||
</tr>
|
||||
<tr class="conntype_chatgpt_web">
|
||||
<td><label>
|
||||
<span>__MSG_OpenChatGPTTab_Info__</span>
|
||||
</label></td>
|
||||
<td>
|
||||
<button id="btnChatGPTWeb_Tab">__MSG_OpenChatGPTTab__</button>
|
||||
<td colspan="2" style="padding:0px 2em;text-align:center;"><span>__MSG_OpenChatGPTTab_Info__</span>
|
||||
<br><br><button id="btnChatGPTWeb_Tab">__MSG_OpenChatGPTTab__</button>
|
||||
<br><br>__MSG_OpenChatGPTTab_Info2__
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="conntype_chatgpt_api">
|
||||
|
|
|
|||
Loading…
Reference in a new issue