From ccf7c51a8cc3f4fcf5f8d7a2068d054a0b534ffa Mon Sep 17 00:00:00 2001 From: mic Date: Sun, 23 Feb 2025 22:45:54 +0100 Subject: [PATCH] openai_comp remote server info added. fixes #263 --- _locales/en/messages.json | 4 ++++ options/mzta-options.css | 4 ++++ options/mzta-options.html | 9 +++++---- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 654356c7..674450b1 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -695,6 +695,10 @@ "message": "If checked, the \"v1\" segment in the path of API calls will be kept, like \"http://localhost:1234/v1/chat/completions\".", "description": "" }, + "prefs_OptionText_openai_comp_info_remote": { + "message": "Here you can insert also a remote server address.", + "description": "" + }, "prefs_OptionText_owl_warning": { "message": "It appears that at least one of your accounts is using the Owl for Exchange add-on. There is a known issue between Thunderbird and Owl, which is currently being addressed. At this time, you can use ThunderAI while composing emails, but not when reading them.", "description": "" diff --git a/options/mzta-options.css b/options/mzta-options.css index a34037e3..73c9ec4c 100644 --- a/options/mzta-options.css +++ b/options/mzta-options.css @@ -88,6 +88,10 @@ div#miczTranslate{ margin-bottom: 1em; } +.small_info{ + font-size:smaller; +} + tr.conntype_chatgpt_api, tr.conntype_chatgpt_api2{ background-color: rgb(185, 220, 252); } diff --git a/options/mzta-options.html b/options/mzta-options.html index 0590c2e7..23134644 100644 --- a/options/mzta-options.html +++ b/options/mzta-options.html @@ -120,7 +120,7 @@