information added to the option page for the OpenAI Comp integration. see #126
This commit is contained in:
parent
9218cb0679
commit
98f608eba2
2 changed files with 8 additions and 3 deletions
|
|
@ -331,6 +331,10 @@
|
||||||
"message": "To use the integration with Ollama, you need to set up a local Ollama server. Once the server is running, enter its address in the designated field within the application. To ensure proper communication between the app and the Ollama server remember to set OLLAMA_ORIGINS=moz-extension://*.",
|
"message": "To use the integration with Ollama, you need to set up a local Ollama server. Once the server is running, enter its address in the designated field within the application. To ensure proper communication between the app and the Ollama server remember to set OLLAMA_ORIGINS=moz-extension://*.",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
|
"prefsInfoDesc_4": {
|
||||||
|
"message": "To use this integration, you need to set up a local server compatible with the OpenAI API, like LM Studio. Once the server is running, enter its address in the designated field within the application. To ensure proper communication between the app and the local server remember to correctly set the CORS settings.",
|
||||||
|
"description": ""
|
||||||
|
},
|
||||||
"prefsDonation_1": {
|
"prefsDonation_1": {
|
||||||
"message": "Do you like this addon?",
|
"message": "Do you like this addon?",
|
||||||
"description": ""
|
"description": ""
|
||||||
|
|
|
||||||
|
|
@ -194,9 +194,10 @@
|
||||||
</div>
|
</div>
|
||||||
<div id="miczDescription">
|
<div id="miczDescription">
|
||||||
<h1>__MSG_prefsInfoTitle__</h1>
|
<h1>__MSG_prefsInfoTitle__</h1>
|
||||||
<p><span class="conntype_chatgpt_web">__MSG_prefsInfoDesc_1__<br/></span>
|
<p><span class="conntype_chatgpt_web">__MSG_prefsInfoDesc_1__<br></span>
|
||||||
<span class="conntype_chatgpt_api">__MSG_prefsInfoDesc_2__<br/></span>
|
<span class="conntype_chatgpt_api">__MSG_prefsInfoDesc_2__<br></span>
|
||||||
<span class="conntype_ollama_api">__MSG_prefsInfoDesc_3__</span></p>
|
<span class="conntype_ollama_api">__MSG_prefsInfoDesc_3__<br></span>
|
||||||
|
<span class="conntype_openai_comp_api">__MSG_prefsInfoDesc_4__</span></p>
|
||||||
</div>
|
</div>
|
||||||
<div id="miczTranslate">__MSG_TranslateText__ <a href="https://micz.it/thunderbird-addon-thunderai/translate/">__MSG_TranslateLink__</a></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>
|
<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