From a6497b8c98f89a27002ae2629eb30112960ce144 Mon Sep 17 00:00:00 2001 From: Chris Wan Date: Fri, 7 Feb 2025 18:25:56 +0800 Subject: [PATCH] fix: temperature tip English translation --- src/renderer/src/i18n/locales/en-us.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/src/i18n/locales/en-us.json b/src/renderer/src/i18n/locales/en-us.json index 9ec4b756..c6fd8817 100644 --- a/src/renderer/src/i18n/locales/en-us.json +++ b/src/renderer/src/i18n/locales/en-us.json @@ -103,7 +103,7 @@ "settings.set_as_default": "Apply to default assistant", "settings.show_line_numbers": "Show line numbers in code", "settings.temperature": "Temperature", - "settings.temperature.tip": "Lower values make the model more creative and unpredictable, while higher values make it more deterministic and precise.", + "settings.temperature.tip": "Higher values make the model more creative and unpredictable, while lower values make it more deterministic and precise.", "settings.top_p": "Top-P", "settings.top_p.tip": "Default value is 1, the smaller the value, the less variety in the answers, the easier to understand, the larger the value, the larger the range of the AI's vocabulary, the more diverse", "suggestions.title": "Suggested Questions",