information added to the option page for the OpenAI Comp integration. see #126

This commit is contained in:
mic 2024-09-12 21:55:54 +02:00
parent 9218cb0679
commit 98f608eba2
2 changed files with 8 additions and 3 deletions

View file

@ -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://*.",
"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": {
"message": "Do you like this addon?",
"description": ""

View file

@ -194,9 +194,10 @@
</div>
<div id="miczDescription">
<h1>__MSG_prefsInfoTitle__</h1>
<p><span class="conntype_chatgpt_web">__MSG_prefsInfoDesc_1__<br/></span>
<span class="conntype_chatgpt_api">__MSG_prefsInfoDesc_2__<br/></span>
<span class="conntype_ollama_api">__MSG_prefsInfoDesc_3__</span></p>
<p><span class="conntype_chatgpt_web">__MSG_prefsInfoDesc_1__<br></span>
<span class="conntype_chatgpt_api">__MSG_prefsInfoDesc_2__<br></span>
<span class="conntype_ollama_api">__MSG_prefsInfoDesc_3__<br></span>
<span class="conntype_openai_comp_api">__MSG_prefsInfoDesc_4__</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>