@@ -440,7 +440,7 @@ const en: LocaleType = {
440440 } ,
441441 Avatar : "Avatar" ,
442442 FontSize : {
443- Title : "Base Font Size" ,
443+ Title : "Base Font Size (px) " ,
444444 SubTitle :
445445 "Adjust base font size (1em) of app, which referenced in the chat title" ,
446446 } ,
@@ -598,8 +598,8 @@ const en: LocaleType = {
598598 } ,
599599 CustomEndpoint : {
600600 Title : "Custom Endpoint" ,
601- SubTitle : "Use custom Azure or OpenAI service" ,
602- Advanced : "Click to configure advanced settings " ,
601+ SubTitle : "Use custom API endpoint service" ,
602+ Advanced : "Advanced Custom Endpoint " ,
603603 } ,
604604 Provider : {
605605 Title : "Model Provider" ,
@@ -773,15 +773,17 @@ const en: LocaleType = {
773773 } ,
774774 Temperature : {
775775 Title : "Temperature" ,
776- SubTitle : "A larger value makes the more random output" ,
776+ SubTitle :
777+ "Controls the randomness of generated text (0-2). Higher values increase creativity, lower values reduce hallucinations" ,
777778 } ,
778779 TopP : {
779780 Title : "Top P" ,
780781 SubTitle : "Do not alter this value together with temperature" ,
781782 } ,
782783 MaxTokens : {
783784 Title : "Max Tokens" ,
784- SubTitle : "Maximum length of input tokens and generated tokens" ,
785+ SubTitle :
786+ "Maximum length of generated text. Higher limits recommended for reasoning, visual dialogue, or code generation" ,
785787 } ,
786788 PresencePenalty : {
787789 Title : "Presence Penalty" ,
@@ -796,7 +798,7 @@ const en: LocaleType = {
796798 ReasoningEffort : {
797799 Title : "Reasoning Effort" ,
798800 SubTitle :
799- "Effort and thought time of the constrained inference model, only for models and vendors that support this parameter (currently only grok) " ,
801+ "Effort and thought time of the constrained inference model, only for models and vendors that support this parameter" ,
800802 } ,
801803 ParameterOverride : {
802804 Title : "Parameter Override" ,
0 commit comments