important info added in options page also for ollama api

This commit is contained in:
mic 2024-08-23 00:17:15 +02:00
parent e909de8794
commit 92ca5aefba
5 changed files with 6 additions and 6 deletions

View file

@ -324,7 +324,7 @@
"description": ""
},
"prefsInfoDesc_3": {
"message": " ",
"message": "Um die Integration mit Ollama zu nutzen, müssen Sie einen lokalen Ollama-Server einrichten. Sobald der Server läuft, geben Sie dessen Adresse in das dafür vorgesehene Feld in der Anwendung ein. Um eine ordnungsgemäße Kommunikation zwischen der App und dem Ollama-Server sicherzustellen, denken Sie daran, OLLAMA_ORIGINS=moz-extension://* festzulegen.",
"description": ""
},
"prefsDonation_1": {

View file

@ -324,7 +324,7 @@
"description": ""
},
"prefsInfoDesc_3": {
"message": " ",
"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": ""
},
"prefsDonation_1": {

View file

@ -324,7 +324,7 @@
"description": ""
},
"prefsInfoDesc_3": {
"message": " ",
"message": "Pour utiliser l'intégration avec Ollama, vous devez configurer un serveur Ollama local. Une fois que le serveur est en marche, entrez son adresse dans le champ prévu à cet effet dans l'application. Pour garantir une communication adéquate entre l'application et le serveur Ollama, n'oubliez pas de définir OLLAMA_ORIGINS=moz-extension://*.",
"description": ""
},
"prefsDonation_1": {

View file

@ -324,7 +324,7 @@
"description": ""
},
"prefsInfoDesc_3": {
"message": " ",
"message": "Per utilizzare l'integrazione con Ollama, è necessario configurare un server Ollama locale. Una volta che il server è attivo, inserisci il suo indirizzo nel campo designato all'interno dell'applicazione. Per garantire una corretta comunicazione tra l'app e il server Ollama, ricorda di impostare OLLAMA_ORIGINS=moz-extension://*.",
"description": ""
},
"prefsDonation_1": {

View file

@ -156,8 +156,8 @@
<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/>
__MSG_prefsInfoDesc_3__</span></p>
<span class="conntype_chatgpt_api">__MSG_prefsInfoDesc_2__<br/></span>
<span class="conntype_ollama_api">__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>