From 41ca399dfd352b7a01584c8db956cff7c96f4828 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Wed, 5 Feb 2025 00:42:51 -0800 Subject: [PATCH] chore: format --- CHANGELOG.md | 1 + src/lib/i18n/locales/ar-BH/translation.json | 3 ++- src/lib/i18n/locales/bg-BG/translation.json | 3 ++- src/lib/i18n/locales/bn-BD/translation.json | 3 ++- src/lib/i18n/locales/ca-ES/translation.json | 3 ++- src/lib/i18n/locales/ceb-PH/translation.json | 3 ++- src/lib/i18n/locales/cs-CZ/translation.json | 3 ++- src/lib/i18n/locales/da-DK/translation.json | 3 ++- src/lib/i18n/locales/de-DE/translation.json | 3 ++- src/lib/i18n/locales/dg-DG/translation.json | 3 ++- src/lib/i18n/locales/el-GR/translation.json | 3 ++- src/lib/i18n/locales/en-GB/translation.json | 3 ++- src/lib/i18n/locales/en-US/translation.json | 3 ++- src/lib/i18n/locales/es-ES/translation.json | 3 ++- src/lib/i18n/locales/eu-ES/translation.json | 3 ++- src/lib/i18n/locales/fa-IR/translation.json | 3 ++- src/lib/i18n/locales/fi-FI/translation.json | 3 ++- src/lib/i18n/locales/fr-CA/translation.json | 3 ++- src/lib/i18n/locales/fr-FR/translation.json | 3 ++- src/lib/i18n/locales/he-IL/translation.json | 3 ++- src/lib/i18n/locales/hi-IN/translation.json | 3 ++- src/lib/i18n/locales/hr-HR/translation.json | 3 ++- src/lib/i18n/locales/hu-HU/translation.json | 3 ++- src/lib/i18n/locales/id-ID/translation.json | 3 ++- src/lib/i18n/locales/ie-GA/translation.json | 3 ++- src/lib/i18n/locales/it-IT/translation.json | 3 ++- src/lib/i18n/locales/ja-JP/translation.json | 3 ++- src/lib/i18n/locales/ka-GE/translation.json | 3 ++- src/lib/i18n/locales/ko-KR/translation.json | 3 ++- src/lib/i18n/locales/lt-LT/translation.json | 3 ++- src/lib/i18n/locales/ms-MY/translation.json | 3 ++- src/lib/i18n/locales/nb-NO/translation.json | 3 ++- src/lib/i18n/locales/nl-NL/translation.json | 3 ++- src/lib/i18n/locales/pa-IN/translation.json | 3 ++- src/lib/i18n/locales/pl-PL/translation.json | 3 ++- src/lib/i18n/locales/pt-BR/translation.json | 3 ++- src/lib/i18n/locales/pt-PT/translation.json | 3 ++- src/lib/i18n/locales/ro-RO/translation.json | 3 ++- src/lib/i18n/locales/ru-RU/translation.json | 3 ++- src/lib/i18n/locales/sk-SK/translation.json | 3 ++- src/lib/i18n/locales/sr-RS/translation.json | 3 ++- src/lib/i18n/locales/sv-SE/translation.json | 3 ++- src/lib/i18n/locales/th-TH/translation.json | 3 ++- src/lib/i18n/locales/tk-TW/translation.json | 3 ++- src/lib/i18n/locales/tr-TR/translation.json | 3 ++- src/lib/i18n/locales/uk-UA/translation.json | 3 ++- src/lib/i18n/locales/ur-PK/translation.json | 3 ++- src/lib/i18n/locales/vi-VN/translation.json | 3 ++- src/lib/i18n/locales/zh-CN/translation.json | 3 ++- src/lib/i18n/locales/zh-TW/translation.json | 3 ++- 50 files changed, 99 insertions(+), 49 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b35bb4bfb..90480321a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **🔗 Exa Search Engine Integration**: A new search provider has been added, allowing users to retrieve up-to-date and relevant information without leaving the chat interface. - **🌍 Localized Dates & Times**: Date and time formats now match your system locale, ensuring a more natural, region-specific experience. - **📎 User Headers for External Embedding APIs**: API calls to external embedding services now include user-related headers. +- **🌍 "Always On" Web Search Toggle**: A new option under Settings > Interface allows users to enable Web Search by default—transform Open WebUI into your go-to search engine, ensuring AI-powered results with every query. - **🚀 General Performance & Stability**: Significant improvements across the platform for a faster, more reliable experience. - **🖼️ UI/UX Enhancements**: Numerous design refinements improving readability, responsiveness, and accessibility. - **🌍 Improved Translations**: Chinese, Korean, French, and Serbian translations have been updated with refined terminologies for better clarity. diff --git a/src/lib/i18n/locales/ar-BH/translation.json b/src/lib/i18n/locales/ar-BH/translation.json index 58acf70e6..4c6b37a65 100644 --- a/src/lib/i18n/locales/ar-BH/translation.json +++ b/src/lib/i18n/locales/ar-BH/translation.json @@ -63,7 +63,7 @@ "Allowed Endpoints": "", "Already have an account?": "هل تملك حساب ؟", "Alternative to the top_p, and aims to ensure a balance of quality and variety. The parameter p represents the minimum probability for a token to be considered, relative to the probability of the most likely token. For example, with p=0.05 and the most likely token having a probability of 0.9, logits with a value less than 0.045 are filtered out. (Default: 0.0)": "", - "Always-On Web Search": "", + "Always": "", "Amazing": "", "an assistant": "مساعد", "Analyzed": "", @@ -1051,6 +1051,7 @@ "Web Loader Settings": "Web تحميل اعدادات", "Web Search": "بحث الويب", "Web Search Engine": "محرك بحث الويب", + "Web Search in Chat": "", "Web Search Query Generation": "", "Webhook URL": "Webhook الرابط", "WebUI Settings": "WebUI اعدادات", diff --git a/src/lib/i18n/locales/bg-BG/translation.json b/src/lib/i18n/locales/bg-BG/translation.json index 7b446cad0..321ef7c89 100644 --- a/src/lib/i18n/locales/bg-BG/translation.json +++ b/src/lib/i18n/locales/bg-BG/translation.json @@ -63,7 +63,7 @@ "Allowed Endpoints": "", "Already have an account?": "Вече имате акаунт? ", "Alternative to the top_p, and aims to ensure a balance of quality and variety. The parameter p represents the minimum probability for a token to be considered, relative to the probability of the most likely token. For example, with p=0.05 and the most likely token having a probability of 0.9, logits with a value less than 0.045 are filtered out. (Default: 0.0)": "", - "Always-On Web Search": "", + "Always": "", "Amazing": "", "an assistant": "асистент", "Analyzed": "", @@ -1051,6 +1051,7 @@ "Web Loader Settings": "Настройки за зареждане на уеб", "Web Search": "Търсене в уеб", "Web Search Engine": "Уеб търсачка", + "Web Search in Chat": "", "Web Search Query Generation": "", "Webhook URL": "Уебхук URL", "WebUI Settings": "WebUI Настройки", diff --git a/src/lib/i18n/locales/bn-BD/translation.json b/src/lib/i18n/locales/bn-BD/translation.json index e394cc565..7761c7f7d 100644 --- a/src/lib/i18n/locales/bn-BD/translation.json +++ b/src/lib/i18n/locales/bn-BD/translation.json @@ -63,7 +63,7 @@ "Allowed Endpoints": "", "Already have an account?": "আগে থেকেই একাউন্ট আছে?", "Alternative to the top_p, and aims to ensure a balance of quality and variety. The parameter p represents the minimum probability for a token to be considered, relative to the probability of the most likely token. For example, with p=0.05 and the most likely token having a probability of 0.9, logits with a value less than 0.045 are filtered out. (Default: 0.0)": "", - "Always-On Web Search": "", + "Always": "", "Amazing": "", "an assistant": "একটা এসিস্ট্যান্ট", "Analyzed": "", @@ -1051,6 +1051,7 @@ "Web Loader Settings": "ওয়েব লোডার সেটিংস", "Web Search": "ওয়েব অনুসন্ধান", "Web Search Engine": "ওয়েব সার্চ ইঞ্জিন", + "Web Search in Chat": "", "Web Search Query Generation": "", "Webhook URL": "ওয়েবহুক URL", "WebUI Settings": "WebUI সেটিংসমূহ", diff --git a/src/lib/i18n/locales/ca-ES/translation.json b/src/lib/i18n/locales/ca-ES/translation.json index d97d8c842..ad72ae49e 100644 --- a/src/lib/i18n/locales/ca-ES/translation.json +++ b/src/lib/i18n/locales/ca-ES/translation.json @@ -63,7 +63,7 @@ "Allowed Endpoints": "Punts d'accés permesos", "Already have an account?": "Ja tens un compte?", "Alternative to the top_p, and aims to ensure a balance of quality and variety. The parameter p represents the minimum probability for a token to be considered, relative to the probability of the most likely token. For example, with p=0.05 and the most likely token having a probability of 0.9, logits with a value less than 0.045 are filtered out. (Default: 0.0)": "Alternativa al top_p, i pretén garantir un equilibri de qualitat i varietat. El paràmetre p representa la probabilitat mínima que es consideri un token, en relació amb la probabilitat del token més probable. Per exemple, amb p=0,05 i el token més probable amb una probabilitat de 0,9, es filtren els logits amb un valor inferior a 0,045. (Per defecte: 0.0)", - "Always-On Web Search": "", + "Always": "", "Amazing": "Al·lucinant", "an assistant": "un assistent", "Analyzed": "", @@ -1051,6 +1051,7 @@ "Web Loader Settings": "Preferències del carregador web", "Web Search": "Cerca la web", "Web Search Engine": "Motor de cerca de la web", + "Web Search in Chat": "", "Web Search Query Generation": "Generació de consultes per a la cerca de la web", "Webhook URL": "URL del webhook", "WebUI Settings": "Preferències de WebUI", diff --git a/src/lib/i18n/locales/ceb-PH/translation.json b/src/lib/i18n/locales/ceb-PH/translation.json index 8cf456d3f..17a278980 100644 --- a/src/lib/i18n/locales/ceb-PH/translation.json +++ b/src/lib/i18n/locales/ceb-PH/translation.json @@ -63,7 +63,7 @@ "Allowed Endpoints": "", "Already have an account?": "Naa na kay account ?", "Alternative to the top_p, and aims to ensure a balance of quality and variety. The parameter p represents the minimum probability for a token to be considered, relative to the probability of the most likely token. For example, with p=0.05 and the most likely token having a probability of 0.9, logits with a value less than 0.045 are filtered out. (Default: 0.0)": "", - "Always-On Web Search": "", + "Always": "", "Amazing": "", "an assistant": "usa ka katabang", "Analyzed": "", @@ -1051,6 +1051,7 @@ "Web Loader Settings": "", "Web Search": "", "Web Search Engine": "", + "Web Search in Chat": "", "Web Search Query Generation": "", "Webhook URL": "", "WebUI Settings": "Mga Setting sa WebUI", diff --git a/src/lib/i18n/locales/cs-CZ/translation.json b/src/lib/i18n/locales/cs-CZ/translation.json index dce4e14ec..83b67930e 100644 --- a/src/lib/i18n/locales/cs-CZ/translation.json +++ b/src/lib/i18n/locales/cs-CZ/translation.json @@ -63,7 +63,7 @@ "Allowed Endpoints": "", "Already have an account?": "Už máte účet?", "Alternative to the top_p, and aims to ensure a balance of quality and variety. The parameter p represents the minimum probability for a token to be considered, relative to the probability of the most likely token. For example, with p=0.05 and the most likely token having a probability of 0.9, logits with a value less than 0.045 are filtered out. (Default: 0.0)": "", - "Always-On Web Search": "", + "Always": "", "Amazing": "", "an assistant": "asistent", "Analyzed": "", @@ -1051,6 +1051,7 @@ "Web Loader Settings": "Nastavení Web Loaderu", "Web Search": "Vyhledávání na webu", "Web Search Engine": "Webový vyhledávač", + "Web Search in Chat": "", "Web Search Query Generation": "", "Webhook URL": "Webhook URL", "WebUI Settings": "Nastavení WebUI", diff --git a/src/lib/i18n/locales/da-DK/translation.json b/src/lib/i18n/locales/da-DK/translation.json index 2a6d142e2..7a2a21176 100644 --- a/src/lib/i18n/locales/da-DK/translation.json +++ b/src/lib/i18n/locales/da-DK/translation.json @@ -63,7 +63,7 @@ "Allowed Endpoints": "", "Already have an account?": "Har du allerede en profil?", "Alternative to the top_p, and aims to ensure a balance of quality and variety. The parameter p represents the minimum probability for a token to be considered, relative to the probability of the most likely token. For example, with p=0.05 and the most likely token having a probability of 0.9, logits with a value less than 0.045 are filtered out. (Default: 0.0)": "", - "Always-On Web Search": "", + "Always": "", "Amazing": "", "an assistant": "en assistent", "Analyzed": "", @@ -1051,6 +1051,7 @@ "Web Loader Settings": "Web Loader-indstillinger", "Web Search": "Websøgning", "Web Search Engine": "Websøgemaskine", + "Web Search in Chat": "", "Web Search Query Generation": "", "Webhook URL": "Webhook-URL", "WebUI Settings": "WebUI-indstillinger", diff --git a/src/lib/i18n/locales/de-DE/translation.json b/src/lib/i18n/locales/de-DE/translation.json index 5b1b9b008..0cf2371eb 100644 --- a/src/lib/i18n/locales/de-DE/translation.json +++ b/src/lib/i18n/locales/de-DE/translation.json @@ -63,7 +63,7 @@ "Allowed Endpoints": "", "Already have an account?": "Haben Sie bereits einen Account?", "Alternative to the top_p, and aims to ensure a balance of quality and variety. The parameter p represents the minimum probability for a token to be considered, relative to the probability of the most likely token. For example, with p=0.05 and the most likely token having a probability of 0.9, logits with a value less than 0.045 are filtered out. (Default: 0.0)": "Alternative zu top_p und zielt darauf ab, ein Gleichgewicht zwischen Qualität und Vielfalt zu gewährleisten. Der Parameter p repräsentiert die Mindestwahrscheinlichkeit für ein Token, um berücksichtigt zu werden, relativ zur Wahrscheinlichkeit des wahrscheinlichsten Tokens. Zum Beispiel, bei p=0.05 und das wahrscheinlichste Token hat eine Wahrscheinlichkeit von 0.9, werden Logits mit einem Wert von weniger als 0.045 herausgefiltert. (Standard: 0.0)", - "Always-On Web Search": "", + "Always": "", "Amazing": "Fantastisch", "an assistant": "ein Assistent", "Analyzed": "", @@ -1051,6 +1051,7 @@ "Web Loader Settings": "Web Loader Einstellungen", "Web Search": "Websuche", "Web Search Engine": "Suchmaschine", + "Web Search in Chat": "", "Web Search Query Generation": "", "Webhook URL": "Webhook URL", "WebUI Settings": "WebUI-Einstellungen", diff --git a/src/lib/i18n/locales/dg-DG/translation.json b/src/lib/i18n/locales/dg-DG/translation.json index 5f6a4b746..b721091ca 100644 --- a/src/lib/i18n/locales/dg-DG/translation.json +++ b/src/lib/i18n/locales/dg-DG/translation.json @@ -63,7 +63,7 @@ "Allowed Endpoints": "", "Already have an account?": "Such account exists?", "Alternative to the top_p, and aims to ensure a balance of quality and variety. The parameter p represents the minimum probability for a token to be considered, relative to the probability of the most likely token. For example, with p=0.05 and the most likely token having a probability of 0.9, logits with a value less than 0.045 are filtered out. (Default: 0.0)": "", - "Always-On Web Search": "", + "Always": "", "Amazing": "", "an assistant": "such assistant", "Analyzed": "", @@ -1051,6 +1051,7 @@ "Web Loader Settings": "", "Web Search": "", "Web Search Engine": "", + "Web Search in Chat": "", "Web Search Query Generation": "", "Webhook URL": "", "WebUI Settings": "WebUI Settings much settings", diff --git a/src/lib/i18n/locales/el-GR/translation.json b/src/lib/i18n/locales/el-GR/translation.json index e31c3303b..99c1ab466 100644 --- a/src/lib/i18n/locales/el-GR/translation.json +++ b/src/lib/i18n/locales/el-GR/translation.json @@ -63,7 +63,7 @@ "Allowed Endpoints": "", "Already have an account?": "Έχετε ήδη λογαριασμό;", "Alternative to the top_p, and aims to ensure a balance of quality and variety. The parameter p represents the minimum probability for a token to be considered, relative to the probability of the most likely token. For example, with p=0.05 and the most likely token having a probability of 0.9, logits with a value less than 0.045 are filtered out. (Default: 0.0)": "Εναλλακτικό στο top_p, και στοχεύει στη διασφάλιση μιας ισορροπίας μεταξύ ποιότητας και ποικιλίας. Η παράμετρος p αντιπροσωπεύει την ελάχιστη πιθανότητα για ένα token να θεωρηθεί, σε σχέση με την πιθανότητα του πιο πιθανού token. Για παράδειγμα, με p=0.05 και το πιο πιθανό token να έχει πιθανότητα 0.9, τα logits με τιμή μικρότερη από 0.045 φιλτράρονται. (Προεπιλογή: 0.0)", - "Always-On Web Search": "", + "Always": "", "Amazing": "Καταπληκτικό", "an assistant": "ένας βοηθός", "Analyzed": "", @@ -1051,6 +1051,7 @@ "Web Loader Settings": "Ρυθμίσεις Φόρτωσης Web", "Web Search": "Αναζήτηση στο Διαδίκτυο", "Web Search Engine": "Μηχανή Αναζήτησης στο Διαδίκτυο", + "Web Search in Chat": "", "Web Search Query Generation": "", "Webhook URL": "URL Webhook", "WebUI Settings": "Ρυθμίσεις WebUI", diff --git a/src/lib/i18n/locales/en-GB/translation.json b/src/lib/i18n/locales/en-GB/translation.json index d581a1d62..cca4e1468 100644 --- a/src/lib/i18n/locales/en-GB/translation.json +++ b/src/lib/i18n/locales/en-GB/translation.json @@ -63,7 +63,7 @@ "Allowed Endpoints": "", "Already have an account?": "", "Alternative to the top_p, and aims to ensure a balance of quality and variety. The parameter p represents the minimum probability for a token to be considered, relative to the probability of the most likely token. For example, with p=0.05 and the most likely token having a probability of 0.9, logits with a value less than 0.045 are filtered out. (Default: 0.0)": "", - "Always-On Web Search": "", + "Always": "", "Amazing": "", "an assistant": "", "Analyzed": "", @@ -1051,6 +1051,7 @@ "Web Loader Settings": "", "Web Search": "", "Web Search Engine": "", + "Web Search in Chat": "", "Web Search Query Generation": "", "Webhook URL": "", "WebUI Settings": "", diff --git a/src/lib/i18n/locales/en-US/translation.json b/src/lib/i18n/locales/en-US/translation.json index d581a1d62..cca4e1468 100644 --- a/src/lib/i18n/locales/en-US/translation.json +++ b/src/lib/i18n/locales/en-US/translation.json @@ -63,7 +63,7 @@ "Allowed Endpoints": "", "Already have an account?": "", "Alternative to the top_p, and aims to ensure a balance of quality and variety. The parameter p represents the minimum probability for a token to be considered, relative to the probability of the most likely token. For example, with p=0.05 and the most likely token having a probability of 0.9, logits with a value less than 0.045 are filtered out. (Default: 0.0)": "", - "Always-On Web Search": "", + "Always": "", "Amazing": "", "an assistant": "", "Analyzed": "", @@ -1051,6 +1051,7 @@ "Web Loader Settings": "", "Web Search": "", "Web Search Engine": "", + "Web Search in Chat": "", "Web Search Query Generation": "", "Webhook URL": "", "WebUI Settings": "", diff --git a/src/lib/i18n/locales/es-ES/translation.json b/src/lib/i18n/locales/es-ES/translation.json index 7b4e41cd5..08d07c8b5 100644 --- a/src/lib/i18n/locales/es-ES/translation.json +++ b/src/lib/i18n/locales/es-ES/translation.json @@ -63,7 +63,7 @@ "Allowed Endpoints": "", "Already have an account?": "¿Ya tienes una cuenta?", "Alternative to the top_p, and aims to ensure a balance of quality and variety. The parameter p represents the minimum probability for a token to be considered, relative to the probability of the most likely token. For example, with p=0.05 and the most likely token having a probability of 0.9, logits with a value less than 0.045 are filtered out. (Default: 0.0)": "", - "Always-On Web Search": "", + "Always": "", "Amazing": "", "an assistant": "un asistente", "Analyzed": "", @@ -1051,6 +1051,7 @@ "Web Loader Settings": "Web Loader Settings", "Web Search": "Búsqueda en la Web", "Web Search Engine": "Motor de búsqueda web", + "Web Search in Chat": "", "Web Search Query Generation": "", "Webhook URL": "Webhook URL", "WebUI Settings": "Configuración del WebUI", diff --git a/src/lib/i18n/locales/eu-ES/translation.json b/src/lib/i18n/locales/eu-ES/translation.json index be0c9c73d..4a8dac21f 100644 --- a/src/lib/i18n/locales/eu-ES/translation.json +++ b/src/lib/i18n/locales/eu-ES/translation.json @@ -63,7 +63,7 @@ "Allowed Endpoints": "", "Already have an account?": "Baduzu kontu bat?", "Alternative to the top_p, and aims to ensure a balance of quality and variety. The parameter p represents the minimum probability for a token to be considered, relative to the probability of the most likely token. For example, with p=0.05 and the most likely token having a probability of 0.9, logits with a value less than 0.045 are filtered out. (Default: 0.0)": "top_p-ren alternatiba, kalitate eta aniztasunaren arteko oreka bermatzea du helburu. p parametroak token bat kontuan hartzeko gutxieneko probabilitatea adierazten du, token probableenaren probabilitatearen arabera. Adibidez, p=0.05 balioarekin eta token probableenaren probabilitatea 0.9 denean, 0.045 baino balio txikiagoko logit-ak baztertzen dira. (Lehenetsia: 0.0)", - "Always-On Web Search": "", + "Always": "", "Amazing": "Harrigarria", "an assistant": "laguntzaile bat", "Analyzed": "", @@ -1051,6 +1051,7 @@ "Web Loader Settings": "Web kargatzailearen ezarpenak", "Web Search": "Web bilaketa", "Web Search Engine": "Web bilaketa motorra", + "Web Search in Chat": "", "Web Search Query Generation": "", "Webhook URL": "Webhook URLa", "WebUI Settings": "WebUI ezarpenak", diff --git a/src/lib/i18n/locales/fa-IR/translation.json b/src/lib/i18n/locales/fa-IR/translation.json index 9f0efaefa..f4784fa04 100644 --- a/src/lib/i18n/locales/fa-IR/translation.json +++ b/src/lib/i18n/locales/fa-IR/translation.json @@ -63,7 +63,7 @@ "Allowed Endpoints": "", "Already have an account?": "از قبل حساب کاربری دارید؟", "Alternative to the top_p, and aims to ensure a balance of quality and variety. The parameter p represents the minimum probability for a token to be considered, relative to the probability of the most likely token. For example, with p=0.05 and the most likely token having a probability of 0.9, logits with a value less than 0.045 are filtered out. (Default: 0.0)": "", - "Always-On Web Search": "", + "Always": "", "Amazing": "", "an assistant": "یک دستیار", "Analyzed": "", @@ -1051,6 +1051,7 @@ "Web Loader Settings": "تنظیمات لودر وب", "Web Search": "جستجوی وب", "Web Search Engine": "موتور جستجوی وب", + "Web Search in Chat": "", "Web Search Query Generation": "", "Webhook URL": "نشانی وب\u200cهوک", "WebUI Settings": "تنظیمات WebUI", diff --git a/src/lib/i18n/locales/fi-FI/translation.json b/src/lib/i18n/locales/fi-FI/translation.json index ec0dfa549..0d7fea28e 100644 --- a/src/lib/i18n/locales/fi-FI/translation.json +++ b/src/lib/i18n/locales/fi-FI/translation.json @@ -63,7 +63,7 @@ "Allowed Endpoints": "", "Already have an account?": "Onko sinulla jo tili?", "Alternative to the top_p, and aims to ensure a balance of quality and variety. The parameter p represents the minimum probability for a token to be considered, relative to the probability of the most likely token. For example, with p=0.05 and the most likely token having a probability of 0.9, logits with a value less than 0.045 are filtered out. (Default: 0.0)": "Vaihtoehto top_p:lle, jolla pyritään varmistamaan laadun ja monipuolisuuden tasapaino. Parametri p edustaa pienintä todennäköisyyttä, jolla token otetaan huomioon suhteessa todennäköisimpään tokeniin. Esimerkiksi p=0.05 ja todennäköisin token todennäköisyydellä 0.9, arvoltaan alle 0.045 olevat logit suodatetaan pois. (Oletus: 0.0)", - "Always-On Web Search": "", + "Always": "", "Amazing": "Hämmästyttävä", "an assistant": "avustaja", "Analyzed": "", @@ -1051,6 +1051,7 @@ "Web Loader Settings": "Web Loader -asetukset", "Web Search": "Web-haku", "Web Search Engine": "Web-hakukone", + "Web Search in Chat": "", "Web Search Query Generation": "Web-haun kyselytulosten luonti", "Webhook URL": "Webhook-URL", "WebUI Settings": "WebUI-asetukset", diff --git a/src/lib/i18n/locales/fr-CA/translation.json b/src/lib/i18n/locales/fr-CA/translation.json index 04d8429a0..66f078967 100644 --- a/src/lib/i18n/locales/fr-CA/translation.json +++ b/src/lib/i18n/locales/fr-CA/translation.json @@ -63,7 +63,7 @@ "Allowed Endpoints": "", "Already have an account?": "Avez-vous déjà un compte ?", "Alternative to the top_p, and aims to ensure a balance of quality and variety. The parameter p represents the minimum probability for a token to be considered, relative to the probability of the most likely token. For example, with p=0.05 and the most likely token having a probability of 0.9, logits with a value less than 0.045 are filtered out. (Default: 0.0)": "", - "Always-On Web Search": "", + "Always": "", "Amazing": "", "an assistant": "un assistant", "Analyzed": "", @@ -1051,6 +1051,7 @@ "Web Loader Settings": "Paramètres du chargeur web", "Web Search": "Recherche Web", "Web Search Engine": "Moteur de recherche Web", + "Web Search in Chat": "", "Web Search Query Generation": "", "Webhook URL": "URL du webhook", "WebUI Settings": "Paramètres de WebUI", diff --git a/src/lib/i18n/locales/fr-FR/translation.json b/src/lib/i18n/locales/fr-FR/translation.json index 2fc07595b..0a35d6944 100644 --- a/src/lib/i18n/locales/fr-FR/translation.json +++ b/src/lib/i18n/locales/fr-FR/translation.json @@ -63,7 +63,7 @@ "Allowed Endpoints": "Points de terminaison autorisés", "Already have an account?": "Avez-vous déjà un compte ?", "Alternative to the top_p, and aims to ensure a balance of quality and variety. The parameter p represents the minimum probability for a token to be considered, relative to the probability of the most likely token. For example, with p=0.05 and the most likely token having a probability of 0.9, logits with a value less than 0.045 are filtered out. (Default: 0.0)": "Alternative au top_p, visant à assurer un équilibre entre qualité et variété. Le paramètre p représente la probabilité minimale pour qu'un token soit pris en compte, par rapport à la probabilité du token le plus probable. Par exemple, avec p=0.05 et le token le plus probable ayant une probabilité de 0.9, les logits ayant une valeur inférieure à 0.045 sont filtrés. (Par défaut : 0.0)", - "Always-On Web Search": "", + "Always": "", "Amazing": "Incroyable", "an assistant": "un assistant", "Analyzed": "", @@ -1051,6 +1051,7 @@ "Web Loader Settings": "Paramètres du Web Loader", "Web Search": "Recherche Web", "Web Search Engine": "Moteur de recherche Web", + "Web Search in Chat": "", "Web Search Query Generation": "Génération de requête de recherche Web", "Webhook URL": "URL du webhook", "WebUI Settings": "Paramètres de WebUI", diff --git a/src/lib/i18n/locales/he-IL/translation.json b/src/lib/i18n/locales/he-IL/translation.json index 5eb39c28d..8b62c9261 100644 --- a/src/lib/i18n/locales/he-IL/translation.json +++ b/src/lib/i18n/locales/he-IL/translation.json @@ -63,7 +63,7 @@ "Allowed Endpoints": "", "Already have an account?": "כבר יש לך חשבון?", "Alternative to the top_p, and aims to ensure a balance of quality and variety. The parameter p represents the minimum probability for a token to be considered, relative to the probability of the most likely token. For example, with p=0.05 and the most likely token having a probability of 0.9, logits with a value less than 0.045 are filtered out. (Default: 0.0)": "", - "Always-On Web Search": "", + "Always": "", "Amazing": "", "an assistant": "עוזר", "Analyzed": "", @@ -1051,6 +1051,7 @@ "Web Loader Settings": "הגדרות טעינת אתר", "Web Search": "חיפוש באינטרנט", "Web Search Engine": "מנוע חיפוש באינטרנט", + "Web Search in Chat": "", "Web Search Query Generation": "", "Webhook URL": "URL Webhook", "WebUI Settings": "הגדרות WebUI", diff --git a/src/lib/i18n/locales/hi-IN/translation.json b/src/lib/i18n/locales/hi-IN/translation.json index f932b44ae..cb51d5b27 100644 --- a/src/lib/i18n/locales/hi-IN/translation.json +++ b/src/lib/i18n/locales/hi-IN/translation.json @@ -63,7 +63,7 @@ "Allowed Endpoints": "", "Already have an account?": "क्या आपके पास पहले से एक खाता मौजूद है?", "Alternative to the top_p, and aims to ensure a balance of quality and variety. The parameter p represents the minimum probability for a token to be considered, relative to the probability of the most likely token. For example, with p=0.05 and the most likely token having a probability of 0.9, logits with a value less than 0.045 are filtered out. (Default: 0.0)": "", - "Always-On Web Search": "", + "Always": "", "Amazing": "", "an assistant": "एक सहायक", "Analyzed": "", @@ -1051,6 +1051,7 @@ "Web Loader Settings": "वेब लोडर सेटिंग्स", "Web Search": "वेब खोज", "Web Search Engine": "वेब खोज इंजन", + "Web Search in Chat": "", "Web Search Query Generation": "", "Webhook URL": "वेबहुक URL", "WebUI Settings": "WebUI सेटिंग्स", diff --git a/src/lib/i18n/locales/hr-HR/translation.json b/src/lib/i18n/locales/hr-HR/translation.json index 6318b7d41..96618a0fb 100644 --- a/src/lib/i18n/locales/hr-HR/translation.json +++ b/src/lib/i18n/locales/hr-HR/translation.json @@ -63,7 +63,7 @@ "Allowed Endpoints": "", "Already have an account?": "Već imate račun?", "Alternative to the top_p, and aims to ensure a balance of quality and variety. The parameter p represents the minimum probability for a token to be considered, relative to the probability of the most likely token. For example, with p=0.05 and the most likely token having a probability of 0.9, logits with a value less than 0.045 are filtered out. (Default: 0.0)": "", - "Always-On Web Search": "", + "Always": "", "Amazing": "", "an assistant": "asistent", "Analyzed": "", @@ -1051,6 +1051,7 @@ "Web Loader Settings": "Postavke web učitavanja", "Web Search": "Internet pretraga", "Web Search Engine": "Web tražilica", + "Web Search in Chat": "", "Web Search Query Generation": "", "Webhook URL": "URL webkuke", "WebUI Settings": "WebUI postavke", diff --git a/src/lib/i18n/locales/hu-HU/translation.json b/src/lib/i18n/locales/hu-HU/translation.json index fb577ad41..fd3ca1037 100644 --- a/src/lib/i18n/locales/hu-HU/translation.json +++ b/src/lib/i18n/locales/hu-HU/translation.json @@ -63,7 +63,7 @@ "Allowed Endpoints": "", "Already have an account?": "Már van fiókod?", "Alternative to the top_p, and aims to ensure a balance of quality and variety. The parameter p represents the minimum probability for a token to be considered, relative to the probability of the most likely token. For example, with p=0.05 and the most likely token having a probability of 0.9, logits with a value less than 0.045 are filtered out. (Default: 0.0)": "", - "Always-On Web Search": "", + "Always": "", "Amazing": "", "an assistant": "egy asszisztens", "Analyzed": "", @@ -1051,6 +1051,7 @@ "Web Loader Settings": "Web betöltő beállítások", "Web Search": "Webes keresés", "Web Search Engine": "Webes keresőmotor", + "Web Search in Chat": "", "Web Search Query Generation": "", "Webhook URL": "Webhook URL", "WebUI Settings": "WebUI beállítások", diff --git a/src/lib/i18n/locales/id-ID/translation.json b/src/lib/i18n/locales/id-ID/translation.json index 3eb448ab2..ecd4abfaa 100644 --- a/src/lib/i18n/locales/id-ID/translation.json +++ b/src/lib/i18n/locales/id-ID/translation.json @@ -63,7 +63,7 @@ "Allowed Endpoints": "", "Already have an account?": "Sudah memiliki akun?", "Alternative to the top_p, and aims to ensure a balance of quality and variety. The parameter p represents the minimum probability for a token to be considered, relative to the probability of the most likely token. For example, with p=0.05 and the most likely token having a probability of 0.9, logits with a value less than 0.045 are filtered out. (Default: 0.0)": "", - "Always-On Web Search": "", + "Always": "", "Amazing": "", "an assistant": "asisten", "Analyzed": "", @@ -1051,6 +1051,7 @@ "Web Loader Settings": "Pengaturan Pemuat Web", "Web Search": "Pencarian Web", "Web Search Engine": "Mesin Pencari Web", + "Web Search in Chat": "", "Web Search Query Generation": "", "Webhook URL": "URL pengait web", "WebUI Settings": "Pengaturan WebUI", diff --git a/src/lib/i18n/locales/ie-GA/translation.json b/src/lib/i18n/locales/ie-GA/translation.json index 95a2c178e..118577214 100644 --- a/src/lib/i18n/locales/ie-GA/translation.json +++ b/src/lib/i18n/locales/ie-GA/translation.json @@ -63,7 +63,7 @@ "Allowed Endpoints": "Críochphointí Ceadaithe", "Already have an account?": "Tá cuntas agat cheana féin?", "Alternative to the top_p, and aims to ensure a balance of quality and variety. The parameter p represents the minimum probability for a token to be considered, relative to the probability of the most likely token. For example, with p=0.05 and the most likely token having a probability of 0.9, logits with a value less than 0.045 are filtered out. (Default: 0.0)": "Rogha eile seachas an top_p, agus tá sé mar aidhm aige cothromaíocht cáilíochta agus éagsúlachta a chinntiú. Léiríonn an paraiméadar p an dóchúlacht íosta go mbreithneofar comhartha, i gcoibhneas le dóchúlacht an chomhartha is dóichí. Mar shampla, le p=0.05 agus dóchúlacht 0.9 ag an comhartha is dóichí, déantar logits le luach níos lú ná 0.045 a scagadh amach. (Réamhshocrú: 0.0)", - "Always-On Web Search": "", + "Always": "", "Amazing": "Iontach", "an assistant": "cúntóir", "Analyzed": "", @@ -1051,6 +1051,7 @@ "Web Loader Settings": "Socruithe Luchtaire Gréasáin", "Web Search": "Cuardach Gréasáin", "Web Search Engine": "Inneall Cuardaigh Gréasáin", + "Web Search in Chat": "", "Web Search Query Generation": "Giniúint Iarratas Cuardach Gréasáin", "Webhook URL": "URL Webhook", "WebUI Settings": "Socruithe WebUI", diff --git a/src/lib/i18n/locales/it-IT/translation.json b/src/lib/i18n/locales/it-IT/translation.json index 09a795765..6bcbdfc93 100644 --- a/src/lib/i18n/locales/it-IT/translation.json +++ b/src/lib/i18n/locales/it-IT/translation.json @@ -63,7 +63,7 @@ "Allowed Endpoints": "", "Already have an account?": "Hai già un account?", "Alternative to the top_p, and aims to ensure a balance of quality and variety. The parameter p represents the minimum probability for a token to be considered, relative to the probability of the most likely token. For example, with p=0.05 and the most likely token having a probability of 0.9, logits with a value less than 0.045 are filtered out. (Default: 0.0)": "", - "Always-On Web Search": "", + "Always": "", "Amazing": "", "an assistant": "un assistente", "Analyzed": "", @@ -1051,6 +1051,7 @@ "Web Loader Settings": "Impostazioni del caricatore Web", "Web Search": "Ricerca sul Web", "Web Search Engine": "Motore di ricerca Web", + "Web Search in Chat": "", "Web Search Query Generation": "", "Webhook URL": "URL webhook", "WebUI Settings": "Impostazioni WebUI", diff --git a/src/lib/i18n/locales/ja-JP/translation.json b/src/lib/i18n/locales/ja-JP/translation.json index 92cc36b96..6c359ddd0 100644 --- a/src/lib/i18n/locales/ja-JP/translation.json +++ b/src/lib/i18n/locales/ja-JP/translation.json @@ -63,7 +63,7 @@ "Allowed Endpoints": "", "Already have an account?": "すでにアカウントをお持ちですか?", "Alternative to the top_p, and aims to ensure a balance of quality and variety. The parameter p represents the minimum probability for a token to be considered, relative to the probability of the most likely token. For example, with p=0.05 and the most likely token having a probability of 0.9, logits with a value less than 0.045 are filtered out. (Default: 0.0)": "", - "Always-On Web Search": "", + "Always": "", "Amazing": "", "an assistant": "アシスタント", "Analyzed": "", @@ -1051,6 +1051,7 @@ "Web Loader Settings": "Web 読み込み設定", "Web Search": "ウェブ検索", "Web Search Engine": "ウェブ検索エンジン", + "Web Search in Chat": "", "Web Search Query Generation": "", "Webhook URL": "Webhook URL", "WebUI Settings": "WebUI 設定", diff --git a/src/lib/i18n/locales/ka-GE/translation.json b/src/lib/i18n/locales/ka-GE/translation.json index 3fe7f823b..2bacef32d 100644 --- a/src/lib/i18n/locales/ka-GE/translation.json +++ b/src/lib/i18n/locales/ka-GE/translation.json @@ -63,7 +63,7 @@ "Allowed Endpoints": "", "Already have an account?": "უკვე გაქვს ანგარიში?", "Alternative to the top_p, and aims to ensure a balance of quality and variety. The parameter p represents the minimum probability for a token to be considered, relative to the probability of the most likely token. For example, with p=0.05 and the most likely token having a probability of 0.9, logits with a value less than 0.045 are filtered out. (Default: 0.0)": "", - "Always-On Web Search": "", + "Always": "", "Amazing": "", "an assistant": "ასისტენტი", "Analyzed": "", @@ -1051,6 +1051,7 @@ "Web Loader Settings": "ვების ჩატარების პარამეტრები", "Web Search": "ვებ ძებნა", "Web Search Engine": "ვებ საძიებო სისტემა", + "Web Search in Chat": "", "Web Search Query Generation": "", "Webhook URL": "Webhook URL", "WebUI Settings": "WebUI პარამეტრები", diff --git a/src/lib/i18n/locales/ko-KR/translation.json b/src/lib/i18n/locales/ko-KR/translation.json index 956236c1f..2ec42f304 100644 --- a/src/lib/i18n/locales/ko-KR/translation.json +++ b/src/lib/i18n/locales/ko-KR/translation.json @@ -63,7 +63,7 @@ "Allowed Endpoints": "", "Already have an account?": "이미 계정이 있으신가요?", "Alternative to the top_p, and aims to ensure a balance of quality and variety. The parameter p represents the minimum probability for a token to be considered, relative to the probability of the most likely token. For example, with p=0.05 and the most likely token having a probability of 0.9, logits with a value less than 0.045 are filtered out. (Default: 0.0)": "", - "Always-On Web Search": "", + "Always": "", "Amazing": "놀라움", "an assistant": "어시스턴트", "Analyzed": "", @@ -1051,6 +1051,7 @@ "Web Loader Settings": "웹 로더 설정", "Web Search": "웹 검색", "Web Search Engine": "웹 검색 엔진", + "Web Search in Chat": "", "Web Search Query Generation": "", "Webhook URL": "웹훅 URL", "WebUI Settings": "WebUI 설정", diff --git a/src/lib/i18n/locales/lt-LT/translation.json b/src/lib/i18n/locales/lt-LT/translation.json index 6dd52a829..ce3d36de6 100644 --- a/src/lib/i18n/locales/lt-LT/translation.json +++ b/src/lib/i18n/locales/lt-LT/translation.json @@ -63,7 +63,7 @@ "Allowed Endpoints": "", "Already have an account?": "Ar jau turite paskyrą?", "Alternative to the top_p, and aims to ensure a balance of quality and variety. The parameter p represents the minimum probability for a token to be considered, relative to the probability of the most likely token. For example, with p=0.05 and the most likely token having a probability of 0.9, logits with a value less than 0.045 are filtered out. (Default: 0.0)": "", - "Always-On Web Search": "", + "Always": "", "Amazing": "", "an assistant": "assistentas", "Analyzed": "", @@ -1051,6 +1051,7 @@ "Web Loader Settings": "Web krovimo nustatymai", "Web Search": "Web paieška", "Web Search Engine": "Web paieškos variklis", + "Web Search in Chat": "", "Web Search Query Generation": "", "Webhook URL": "Webhook nuoroda", "WebUI Settings": "WebUI parametrai", diff --git a/src/lib/i18n/locales/ms-MY/translation.json b/src/lib/i18n/locales/ms-MY/translation.json index 522c48689..03c175e18 100644 --- a/src/lib/i18n/locales/ms-MY/translation.json +++ b/src/lib/i18n/locales/ms-MY/translation.json @@ -63,7 +63,7 @@ "Allowed Endpoints": "", "Already have an account?": "Telah mempunyai akaun?", "Alternative to the top_p, and aims to ensure a balance of quality and variety. The parameter p represents the minimum probability for a token to be considered, relative to the probability of the most likely token. For example, with p=0.05 and the most likely token having a probability of 0.9, logits with a value less than 0.045 are filtered out. (Default: 0.0)": "", - "Always-On Web Search": "", + "Always": "", "Amazing": "", "an assistant": "seorang pembantu", "Analyzed": "", @@ -1051,6 +1051,7 @@ "Web Loader Settings": "Tetapan Pemuat Web", "Web Search": "Carian Web", "Web Search Engine": "Enjin Carian Web", + "Web Search in Chat": "", "Web Search Query Generation": "", "Webhook URL": "URL 'Webhook'", "WebUI Settings": "Tetapan WebUI", diff --git a/src/lib/i18n/locales/nb-NO/translation.json b/src/lib/i18n/locales/nb-NO/translation.json index 965db68e7..ed9b1bb5c 100644 --- a/src/lib/i18n/locales/nb-NO/translation.json +++ b/src/lib/i18n/locales/nb-NO/translation.json @@ -63,7 +63,7 @@ "Allowed Endpoints": "", "Already have an account?": "Har du allerede en konto?", "Alternative to the top_p, and aims to ensure a balance of quality and variety. The parameter p represents the minimum probability for a token to be considered, relative to the probability of the most likely token. For example, with p=0.05 and the most likely token having a probability of 0.9, logits with a value less than 0.045 are filtered out. (Default: 0.0)": "Alternativ til top_p, og har som mål å sikre en balanse mellom kvalitet og variasjon. Parameteren p representerer minimumssannsynligheten for at et token skal vurderes, i forhold til sannsynligheten for det mest sannsynlige tokenet. Hvis p for eksempel er 0,05 og det mest sannsynlige tokenet har en sannsynlighet på 0,9, filtreres logits med en verdi på mindre enn 0,045 bort. (Standard: 0,0)", - "Always-On Web Search": "", + "Always": "", "Amazing": "Flott", "an assistant": "en assistent", "Analyzed": "", @@ -1051,6 +1051,7 @@ "Web Loader Settings": "Web-lasterinnstillinger", "Web Search": "Nettsøk", "Web Search Engine": "Nettsøkmotor", + "Web Search in Chat": "", "Web Search Query Generation": "", "Webhook URL": "Webhook URL", "WebUI Settings": "Innstillinger for WebUI", diff --git a/src/lib/i18n/locales/nl-NL/translation.json b/src/lib/i18n/locales/nl-NL/translation.json index 2fdd5bf41..627fff7a1 100644 --- a/src/lib/i18n/locales/nl-NL/translation.json +++ b/src/lib/i18n/locales/nl-NL/translation.json @@ -63,7 +63,7 @@ "Allowed Endpoints": "", "Already have an account?": "Heb je al een account?", "Alternative to the top_p, and aims to ensure a balance of quality and variety. The parameter p represents the minimum probability for a token to be considered, relative to the probability of the most likely token. For example, with p=0.05 and the most likely token having a probability of 0.9, logits with a value less than 0.045 are filtered out. (Default: 0.0)": "Alternatief voor de top_p, en streeft naar een evenwicht tussen kwaliteit en variatie. De parameter p vertegenwoordigt de minimumwaarschijnlijkheid dat een token in aanmerking wordt genomen, in verhouding tot de waarschijnlijkheid van het meest waarschijnlijke token. Bijvoorbeeld, met p=0.05 en de meest waarschijnlijke token met een waarschijnlijkheid van 0.9, worden logits met een waarde kleiner dan 0.045 uitgefilterd. (Standaard: 0,0)", - "Always-On Web Search": "", + "Always": "", "Amazing": "Geweldig", "an assistant": "een assistent", "Analyzed": "", @@ -1051,6 +1051,7 @@ "Web Loader Settings": "Web Loader instellingen", "Web Search": "Zoeken op het web", "Web Search Engine": "Zoekmachine op het web", + "Web Search in Chat": "", "Web Search Query Generation": "", "Webhook URL": "Webhook URL", "WebUI Settings": "WebUI Instellingen", diff --git a/src/lib/i18n/locales/pa-IN/translation.json b/src/lib/i18n/locales/pa-IN/translation.json index 538e9c853..4181d39dc 100644 --- a/src/lib/i18n/locales/pa-IN/translation.json +++ b/src/lib/i18n/locales/pa-IN/translation.json @@ -63,7 +63,7 @@ "Allowed Endpoints": "", "Already have an account?": "ਪਹਿਲਾਂ ਹੀ ਖਾਤਾ ਹੈ?", "Alternative to the top_p, and aims to ensure a balance of quality and variety. The parameter p represents the minimum probability for a token to be considered, relative to the probability of the most likely token. For example, with p=0.05 and the most likely token having a probability of 0.9, logits with a value less than 0.045 are filtered out. (Default: 0.0)": "", - "Always-On Web Search": "", + "Always": "", "Amazing": "", "an assistant": "ਇੱਕ ਸਹਾਇਕ", "Analyzed": "", @@ -1051,6 +1051,7 @@ "Web Loader Settings": "ਵੈਬ ਲੋਡਰ ਸੈਟਿੰਗਾਂ", "Web Search": "ਵੈੱਬ ਖੋਜ", "Web Search Engine": "ਵੈੱਬ ਖੋਜ ਇੰਜਣ", + "Web Search in Chat": "", "Web Search Query Generation": "", "Webhook URL": "ਵੈਬਹੁੱਕ URL", "WebUI Settings": "ਵੈਬਯੂਆਈ ਸੈਟਿੰਗਾਂ", diff --git a/src/lib/i18n/locales/pl-PL/translation.json b/src/lib/i18n/locales/pl-PL/translation.json index 9fb96c8e5..ba0991922 100644 --- a/src/lib/i18n/locales/pl-PL/translation.json +++ b/src/lib/i18n/locales/pl-PL/translation.json @@ -63,7 +63,7 @@ "Allowed Endpoints": "", "Already have an account?": "Masz już konto?", "Alternative to the top_p, and aims to ensure a balance of quality and variety. The parameter p represents the minimum probability for a token to be considered, relative to the probability of the most likely token. For example, with p=0.05 and the most likely token having a probability of 0.9, logits with a value less than 0.045 are filtered out. (Default: 0.0)": "", - "Always-On Web Search": "", + "Always": "", "Amazing": "", "an assistant": "asystent", "Analyzed": "", @@ -1051,6 +1051,7 @@ "Web Loader Settings": "Ustawienia pobierania z sieci", "Web Search": "Wyszukiwarka w Internecie", "Web Search Engine": "Wyszukiwarka internetowa", + "Web Search in Chat": "", "Web Search Query Generation": "", "Webhook URL": "URL webhook", "WebUI Settings": "Ustawienia interfejsu WebUI", diff --git a/src/lib/i18n/locales/pt-BR/translation.json b/src/lib/i18n/locales/pt-BR/translation.json index fd45e7bf6..080594a6f 100644 --- a/src/lib/i18n/locales/pt-BR/translation.json +++ b/src/lib/i18n/locales/pt-BR/translation.json @@ -63,7 +63,7 @@ "Allowed Endpoints": "", "Already have an account?": "Já tem uma conta?", "Alternative to the top_p, and aims to ensure a balance of quality and variety. The parameter p represents the minimum probability for a token to be considered, relative to the probability of the most likely token. For example, with p=0.05 and the most likely token having a probability of 0.9, logits with a value less than 0.045 are filtered out. (Default: 0.0)": "Alternativa ao 'top_p', e visa garantir um equilíbrio entre qualidade e variedade. O parâmetro 'p' representa a probabilidade mínima para que um token seja considerado, em relação à probabilidade do token mais provável. Por exemplo, com 'p=0.05' e o token mais provável com probabilidade de '0.9', as predições com valor inferior a '0.045' são filtrados. (Default: 0.0)", - "Always-On Web Search": "", + "Always": "", "Amazing": "Incrível", "an assistant": "um assistente", "Analyzed": "", @@ -1051,6 +1051,7 @@ "Web Loader Settings": "Configurações do Carregador Web", "Web Search": "Pesquisa na Web", "Web Search Engine": "Mecanismo de Busca na Web", + "Web Search in Chat": "", "Web Search Query Generation": "", "Webhook URL": "URL do Webhook", "WebUI Settings": "Configurações da WebUI", diff --git a/src/lib/i18n/locales/pt-PT/translation.json b/src/lib/i18n/locales/pt-PT/translation.json index bc1980f5b..abfdae83a 100644 --- a/src/lib/i18n/locales/pt-PT/translation.json +++ b/src/lib/i18n/locales/pt-PT/translation.json @@ -63,7 +63,7 @@ "Allowed Endpoints": "", "Already have an account?": "Já tem uma conta?", "Alternative to the top_p, and aims to ensure a balance of quality and variety. The parameter p represents the minimum probability for a token to be considered, relative to the probability of the most likely token. For example, with p=0.05 and the most likely token having a probability of 0.9, logits with a value less than 0.045 are filtered out. (Default: 0.0)": "", - "Always-On Web Search": "", + "Always": "", "Amazing": "", "an assistant": "um assistente", "Analyzed": "", @@ -1051,6 +1051,7 @@ "Web Loader Settings": "Configurações do Carregador da Web", "Web Search": "Pesquisa na Web", "Web Search Engine": "Motor de Pesquisa Web", + "Web Search in Chat": "", "Web Search Query Generation": "", "Webhook URL": "URL do Webhook", "WebUI Settings": "Configurações WebUI", diff --git a/src/lib/i18n/locales/ro-RO/translation.json b/src/lib/i18n/locales/ro-RO/translation.json index 5fabdb20f..8ec4b70c1 100644 --- a/src/lib/i18n/locales/ro-RO/translation.json +++ b/src/lib/i18n/locales/ro-RO/translation.json @@ -63,7 +63,7 @@ "Allowed Endpoints": "", "Already have an account?": "Deja ai un cont?", "Alternative to the top_p, and aims to ensure a balance of quality and variety. The parameter p represents the minimum probability for a token to be considered, relative to the probability of the most likely token. For example, with p=0.05 and the most likely token having a probability of 0.9, logits with a value less than 0.045 are filtered out. (Default: 0.0)": "", - "Always-On Web Search": "", + "Always": "", "Amazing": "", "an assistant": "un asistent", "Analyzed": "", @@ -1051,6 +1051,7 @@ "Web Loader Settings": "Setări Încărcător Web", "Web Search": "Căutare Web", "Web Search Engine": "Motor de Căutare Web", + "Web Search in Chat": "", "Web Search Query Generation": "", "Webhook URL": "URL Webhook", "WebUI Settings": "Setări WebUI", diff --git a/src/lib/i18n/locales/ru-RU/translation.json b/src/lib/i18n/locales/ru-RU/translation.json index e175eff18..2f3f64a48 100644 --- a/src/lib/i18n/locales/ru-RU/translation.json +++ b/src/lib/i18n/locales/ru-RU/translation.json @@ -63,7 +63,7 @@ "Allowed Endpoints": "", "Already have an account?": "У вас уже есть учетная запись?", "Alternative to the top_p, and aims to ensure a balance of quality and variety. The parameter p represents the minimum probability for a token to be considered, relative to the probability of the most likely token. For example, with p=0.05 and the most likely token having a probability of 0.9, logits with a value less than 0.045 are filtered out. (Default: 0.0)": "", - "Always-On Web Search": "", + "Always": "", "Amazing": "Удивительный", "an assistant": "ассистент", "Analyzed": "", @@ -1051,6 +1051,7 @@ "Web Loader Settings": "Настройки веб-загрузчика", "Web Search": "Веб-поиск", "Web Search Engine": "Поисковая система", + "Web Search in Chat": "", "Web Search Query Generation": "Генерация запросов веб-поиска", "Webhook URL": "URL-адрес веб-хука", "WebUI Settings": "Настройки WebUI", diff --git a/src/lib/i18n/locales/sk-SK/translation.json b/src/lib/i18n/locales/sk-SK/translation.json index a66ce6551..b121d0d78 100644 --- a/src/lib/i18n/locales/sk-SK/translation.json +++ b/src/lib/i18n/locales/sk-SK/translation.json @@ -63,7 +63,7 @@ "Allowed Endpoints": "", "Already have an account?": "Už máte účet?", "Alternative to the top_p, and aims to ensure a balance of quality and variety. The parameter p represents the minimum probability for a token to be considered, relative to the probability of the most likely token. For example, with p=0.05 and the most likely token having a probability of 0.9, logits with a value less than 0.045 are filtered out. (Default: 0.0)": "", - "Always-On Web Search": "", + "Always": "", "Amazing": "", "an assistant": "asistent", "Analyzed": "", @@ -1051,6 +1051,7 @@ "Web Loader Settings": "Nastavenia Web Loaderu", "Web Search": "Vyhľadávanie na webe", "Web Search Engine": "Webový vyhľadávač", + "Web Search in Chat": "", "Web Search Query Generation": "", "Webhook URL": "Webhook URL", "WebUI Settings": "Nastavenia WebUI", diff --git a/src/lib/i18n/locales/sr-RS/translation.json b/src/lib/i18n/locales/sr-RS/translation.json index d9f4cb79e..f0567e1a1 100644 --- a/src/lib/i18n/locales/sr-RS/translation.json +++ b/src/lib/i18n/locales/sr-RS/translation.json @@ -63,7 +63,7 @@ "Allowed Endpoints": "", "Already have an account?": "Већ имате налог?", "Alternative to the top_p, and aims to ensure a balance of quality and variety. The parameter p represents the minimum probability for a token to be considered, relative to the probability of the most likely token. For example, with p=0.05 and the most likely token having a probability of 0.9, logits with a value less than 0.045 are filtered out. (Default: 0.0)": "", - "Always-On Web Search": "", + "Always": "", "Amazing": "Невероватно", "an assistant": "помоћник", "Analyzed": "", @@ -1051,6 +1051,7 @@ "Web Loader Settings": "Подешавања веб учитавача", "Web Search": "Веб претрага", "Web Search Engine": "Веб претраживач", + "Web Search in Chat": "", "Web Search Query Generation": "", "Webhook URL": "Адреса веб-куке", "WebUI Settings": "Подешавања веб интерфејса", diff --git a/src/lib/i18n/locales/sv-SE/translation.json b/src/lib/i18n/locales/sv-SE/translation.json index 3bf37a629..8b30e43e4 100644 --- a/src/lib/i18n/locales/sv-SE/translation.json +++ b/src/lib/i18n/locales/sv-SE/translation.json @@ -63,7 +63,7 @@ "Allowed Endpoints": "", "Already have an account?": "Har du redan ett konto?", "Alternative to the top_p, and aims to ensure a balance of quality and variety. The parameter p represents the minimum probability for a token to be considered, relative to the probability of the most likely token. For example, with p=0.05 and the most likely token having a probability of 0.9, logits with a value less than 0.045 are filtered out. (Default: 0.0)": "", - "Always-On Web Search": "", + "Always": "", "Amazing": "", "an assistant": "en assistent", "Analyzed": "", @@ -1051,6 +1051,7 @@ "Web Loader Settings": "Web Loader-inställningar", "Web Search": "Webbsökning", "Web Search Engine": "Webbsökmotor", + "Web Search in Chat": "", "Web Search Query Generation": "", "Webhook URL": "Webhook-URL", "WebUI Settings": "WebUI-inställningar", diff --git a/src/lib/i18n/locales/th-TH/translation.json b/src/lib/i18n/locales/th-TH/translation.json index 1e6b1e5dc..fa00f571e 100644 --- a/src/lib/i18n/locales/th-TH/translation.json +++ b/src/lib/i18n/locales/th-TH/translation.json @@ -63,7 +63,7 @@ "Allowed Endpoints": "", "Already have an account?": "มีบัญชีอยู่แล้ว?", "Alternative to the top_p, and aims to ensure a balance of quality and variety. The parameter p represents the minimum probability for a token to be considered, relative to the probability of the most likely token. For example, with p=0.05 and the most likely token having a probability of 0.9, logits with a value less than 0.045 are filtered out. (Default: 0.0)": "", - "Always-On Web Search": "", + "Always": "", "Amazing": "", "an assistant": "ผู้ช่วย", "Analyzed": "", @@ -1051,6 +1051,7 @@ "Web Loader Settings": "การตั้งค่าเว็บโหลดเดอร์", "Web Search": "การค้นหาเว็บ", "Web Search Engine": "เครื่องมือค้นหาเว็บ", + "Web Search in Chat": "", "Web Search Query Generation": "", "Webhook URL": "URL ของ Webhook", "WebUI Settings": "การตั้งค่า WebUI", diff --git a/src/lib/i18n/locales/tk-TW/translation.json b/src/lib/i18n/locales/tk-TW/translation.json index d581a1d62..cca4e1468 100644 --- a/src/lib/i18n/locales/tk-TW/translation.json +++ b/src/lib/i18n/locales/tk-TW/translation.json @@ -63,7 +63,7 @@ "Allowed Endpoints": "", "Already have an account?": "", "Alternative to the top_p, and aims to ensure a balance of quality and variety. The parameter p represents the minimum probability for a token to be considered, relative to the probability of the most likely token. For example, with p=0.05 and the most likely token having a probability of 0.9, logits with a value less than 0.045 are filtered out. (Default: 0.0)": "", - "Always-On Web Search": "", + "Always": "", "Amazing": "", "an assistant": "", "Analyzed": "", @@ -1051,6 +1051,7 @@ "Web Loader Settings": "", "Web Search": "", "Web Search Engine": "", + "Web Search in Chat": "", "Web Search Query Generation": "", "Webhook URL": "", "WebUI Settings": "", diff --git a/src/lib/i18n/locales/tr-TR/translation.json b/src/lib/i18n/locales/tr-TR/translation.json index e3770cc72..4b14a8b74 100644 --- a/src/lib/i18n/locales/tr-TR/translation.json +++ b/src/lib/i18n/locales/tr-TR/translation.json @@ -63,7 +63,7 @@ "Allowed Endpoints": "İzin Verilen Uç Noktalar", "Already have an account?": "Zaten bir hesabınız mı var?", "Alternative to the top_p, and aims to ensure a balance of quality and variety. The parameter p represents the minimum probability for a token to be considered, relative to the probability of the most likely token. For example, with p=0.05 and the most likely token having a probability of 0.9, logits with a value less than 0.045 are filtered out. (Default: 0.0)": "top_p'ye bir alternatif ve kalite ile çeşitlilik arasında bir denge sağlamayı amaçlar. p parametresi, en olası tokenin olasılığına göre, bir tokenin dikkate alınması için minimum olasılığı temsil eder. Örneğin, p=0.05 ve en olası tokenin 0.9 olasılığı ile 0.045'ten küçük bir değere sahip logitler filtrelenir. (Varsayılan: 0.0)", - "Always-On Web Search": "", + "Always": "", "Amazing": "Harika", "an assistant": "bir asistan", "Analyzed": "", @@ -1051,6 +1051,7 @@ "Web Loader Settings": "Web Yükleyici Ayarları", "Web Search": "Web Araması", "Web Search Engine": "Web Arama Motoru", + "Web Search in Chat": "", "Web Search Query Generation": "Web Arama Sorgusu Oluşturma", "Webhook URL": "Webhook URL", "WebUI Settings": "WebUI Ayarları", diff --git a/src/lib/i18n/locales/uk-UA/translation.json b/src/lib/i18n/locales/uk-UA/translation.json index 39940789e..7f62daade 100644 --- a/src/lib/i18n/locales/uk-UA/translation.json +++ b/src/lib/i18n/locales/uk-UA/translation.json @@ -63,7 +63,7 @@ "Allowed Endpoints": "Дозволені кінцеві точки", "Already have an account?": "Вже є обліковий запис?", "Alternative to the top_p, and aims to ensure a balance of quality and variety. The parameter p represents the minimum probability for a token to be considered, relative to the probability of the most likely token. For example, with p=0.05 and the most likely token having a probability of 0.9, logits with a value less than 0.045 are filtered out. (Default: 0.0)": "Альтернатива параметру top_p, яка має на меті забезпечити баланс якості та різноманітності. Параметр p представляє мінімальну ймовірність для того, щоб токен був врахований, відносно ймовірності найбільш ймовірного токена. Наприклад, при p=0.05 і найбільш імовірному токені з ймовірністю 0.9, логіти зі значенням менше 0.045 будуть відфільтровані. (За замовчуванням: 0.0)", - "Always-On Web Search": "", + "Always": "", "Amazing": "Чудово", "an assistant": "асистента", "Analyzed": "", @@ -1051,6 +1051,7 @@ "Web Loader Settings": "Налаштування веб-завантажувача", "Web Search": "Веб-пошук", "Web Search Engine": "Веб-пошукова система", + "Web Search in Chat": "", "Web Search Query Generation": "Генерація запиту для пошуку в мережі", "Webhook URL": "URL веб-запиту", "WebUI Settings": "Налаштування WebUI", diff --git a/src/lib/i18n/locales/ur-PK/translation.json b/src/lib/i18n/locales/ur-PK/translation.json index c81f24c07..dfee4dc66 100644 --- a/src/lib/i18n/locales/ur-PK/translation.json +++ b/src/lib/i18n/locales/ur-PK/translation.json @@ -63,7 +63,7 @@ "Allowed Endpoints": "", "Already have an account?": "کیا پہلے سے اکاؤنٹ موجود ہے؟", "Alternative to the top_p, and aims to ensure a balance of quality and variety. The parameter p represents the minimum probability for a token to be considered, relative to the probability of the most likely token. For example, with p=0.05 and the most likely token having a probability of 0.9, logits with a value less than 0.045 are filtered out. (Default: 0.0)": "", - "Always-On Web Search": "", + "Always": "", "Amazing": "", "an assistant": "معاون", "Analyzed": "", @@ -1051,6 +1051,7 @@ "Web Loader Settings": "ویب لوڈر کی ترتیبات", "Web Search": "ویب تلاش کریں", "Web Search Engine": "ویب تلاش انجن", + "Web Search in Chat": "", "Web Search Query Generation": "", "Webhook URL": "ویب ہُک یو آر ایل", "WebUI Settings": "ویب UI ترتیبات", diff --git a/src/lib/i18n/locales/vi-VN/translation.json b/src/lib/i18n/locales/vi-VN/translation.json index 940efaf23..66f4d236d 100644 --- a/src/lib/i18n/locales/vi-VN/translation.json +++ b/src/lib/i18n/locales/vi-VN/translation.json @@ -63,7 +63,7 @@ "Allowed Endpoints": "", "Already have an account?": "Bạn đã có tài khoản?", "Alternative to the top_p, and aims to ensure a balance of quality and variety. The parameter p represents the minimum probability for a token to be considered, relative to the probability of the most likely token. For example, with p=0.05 and the most likely token having a probability of 0.9, logits with a value less than 0.045 are filtered out. (Default: 0.0)": "", - "Always-On Web Search": "", + "Always": "", "Amazing": "", "an assistant": "trợ lý", "Analyzed": "", @@ -1051,6 +1051,7 @@ "Web Loader Settings": "Cài đặt Web Loader", "Web Search": "Tìm kiếm Web", "Web Search Engine": "Chức năng Tìm kiếm Web", + "Web Search in Chat": "", "Web Search Query Generation": "", "Webhook URL": "Webhook URL", "WebUI Settings": "Cài đặt WebUI", diff --git a/src/lib/i18n/locales/zh-CN/translation.json b/src/lib/i18n/locales/zh-CN/translation.json index d84e4a50f..2e06bc61f 100644 --- a/src/lib/i18n/locales/zh-CN/translation.json +++ b/src/lib/i18n/locales/zh-CN/translation.json @@ -63,7 +63,7 @@ "Allowed Endpoints": "允许的端点", "Already have an account?": "已经拥有账号了?", "Alternative to the top_p, and aims to ensure a balance of quality and variety. The parameter p represents the minimum probability for a token to be considered, relative to the probability of the most likely token. For example, with p=0.05 and the most likely token having a probability of 0.9, logits with a value less than 0.045 are filtered out. (Default: 0.0)": "top_p的替代方法,目标是在质量和多样性之间取得平衡。参数p表示一个token相对于最有可能的token所需的最低概率。比如,当p=0.05且最有可能的token概率为0.9时,概率低于0.045的logits会被排除。(默认值:0.0)", - "Always-On Web Search": "始终开启联网搜索", + "Always": "", "Amazing": "很棒", "an assistant": "AI模型", "Analyzed": "已分析", @@ -1051,6 +1051,7 @@ "Web Loader Settings": "网页爬取设置", "Web Search": "联网搜索", "Web Search Engine": "联网搜索引擎", + "Web Search in Chat": "", "Web Search Query Generation": "网页搜索关键词生成", "Webhook URL": "Webhook URL", "WebUI Settings": "WebUI 设置", diff --git a/src/lib/i18n/locales/zh-TW/translation.json b/src/lib/i18n/locales/zh-TW/translation.json index 20910fb9f..aa505a2e7 100644 --- a/src/lib/i18n/locales/zh-TW/translation.json +++ b/src/lib/i18n/locales/zh-TW/translation.json @@ -63,7 +63,7 @@ "Allowed Endpoints": "允許的端點", "Already have an account?": "已經有帳號了嗎?", "Alternative to the top_p, and aims to ensure a balance of quality and variety. The parameter p represents the minimum probability for a token to be considered, relative to the probability of the most likely token. For example, with p=0.05 and the most likely token having a probability of 0.9, logits with a value less than 0.045 are filtered out. (Default: 0.0)": "作為 top_p 的替代方案,旨在確保質量和多樣性的平衡。相對於最可能的 token 機率而言,參數 p 代表一個 token 被考慮在内的最低機率。例如,當 p=0.05 且最可能的 token 機率為 0.9 時,數值低於 0.045 的對數機率會被過濾掉。(預設值:0.0)", - "Always-On Web Search": "", + "Always": "", "Amazing": "很棒", "an assistant": "一位助手", "Analyzed": "", @@ -1051,6 +1051,7 @@ "Web Loader Settings": "網頁載入器設定", "Web Search": "網頁搜尋", "Web Search Engine": "網頁搜尋引擎", + "Web Search in Chat": "", "Web Search Query Generation": "網頁搜尋查詢生成", "Webhook URL": "Webhook URL", "WebUI Settings": "WebUI 設定",