From 98f608eba241321f5798a96326bbffdb04d72b18 Mon Sep 17 00:00:00 2001 From: mic Date: Thu, 12 Sep 2024 21:55:54 +0200 Subject: [PATCH] information added to the option page for the OpenAI Comp integration. see #126 --- _locales/en/messages.json | 4 ++++ options/mzta-options.html | 7 ++++--- 2 files changed, 8 insertions(+), 3 deletions(-) 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_prefsInfoTitle__

-

__MSG_prefsInfoDesc_1__
- __MSG_prefsInfoDesc_2__
- __MSG_prefsInfoDesc_3__

+

__MSG_prefsInfoDesc_1__
+ __MSG_prefsInfoDesc_2__
+ __MSG_prefsInfoDesc_3__
+ __MSG_prefsInfoDesc_4__

__MSG_TranslateText__ __MSG_TranslateLink__
__MSG_prefsDonation_1__
__MSG_prefsDonation_2__