diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 32cf216d..c2d51a15 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -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": "" diff --git a/options/mzta-options.html b/options/mzta-options.html index 300b1199..3599fe3b 100644 --- a/options/mzta-options.html +++ b/options/mzta-options.html @@ -194,9 +194,10 @@
__MSG_prefsInfoDesc_1__
- __MSG_prefsInfoDesc_2__
- __MSG_prefsInfoDesc_3__
__MSG_prefsInfoDesc_1__
+ __MSG_prefsInfoDesc_2__
+ __MSG_prefsInfoDesc_3__
+ __MSG_prefsInfoDesc_4__