information in the options page are related to the choose connection type
This commit is contained in:
parent
84a18f873b
commit
d08f88eb9b
2 changed files with 4 additions and 4 deletions
|
|
@ -324,7 +324,7 @@
|
|||
"description": ""
|
||||
},
|
||||
"prefsInfoDesc_2": {
|
||||
"message": " ",
|
||||
"message": "To use the ChatGPT API, you need an OpenAI API Key and must choose a model. If you fail to do so, ThunderAI will fall back to using the ChatGPT web interface.",
|
||||
"description": ""
|
||||
},
|
||||
"prefsInfoDesc_3": {
|
||||
|
|
|
|||
|
|
@ -128,9 +128,9 @@
|
|||
</div>
|
||||
<div id="miczDescription">
|
||||
<h1>__MSG_prefsInfoTitle__</h1>
|
||||
<p>__MSG_prefsInfoDesc_1__<br/>
|
||||
__MSG_prefsInfoDesc_2__<br/>
|
||||
__MSG_prefsInfoDesc_3__</p>
|
||||
<p><span class="conntype_chatgpt_web">__MSG_prefsInfoDesc_1__<br/></span>
|
||||
<span class="conntype_chatgpt_api">__MSG_prefsInfoDesc_2__<br/>
|
||||
__MSG_prefsInfoDesc_3__</span></p>
|
||||
</div>
|
||||
<div id="miczTranslate">__MSG_TranslateText__ <a href="https://micz.it/thunderbird-addon-thunderai/translate/">__MSG_TranslateLink__</a></div>
|
||||
<div id="miczDonation">__MSG_prefsDonation_1__<br/><a href="http://micz.it/thunderbird-addon-thunderai/donate/">__MSG_prefsDonation_2__</a></div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue