You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
impact: ['Affects analysis scope, notification content, and saved history reports.'],
1089
1139
notes: ['Use English commas between symbols.','Save the setting before later tasks can read it.'],
1090
1140
},
1141
+
'settings.ai_model.GENERATION_BACKEND': {
1142
+
title: 'Analysis Generation Method',
1143
+
showFieldKey: false,
1144
+
summary: 'Chooses how the system generates stock analysis, market reviews, and regular text responses.',
1145
+
usage: 'Usually keep “Default model settings”. The system will continue to use the primary model, fallback models, channels, and usage tracking configured on this page.',
1146
+
valueNotes: [
1147
+
'The settings page currently exposes “Default model settings” as the available method, so most users do not need to change this.',
1148
+
'If another value is set manually through environment variables, the system reports a configuration error instead of pretending the switch worked.',
1149
+
],
1150
+
impact: ['Affects regular analysis, market review, and text generation entry points. It does not change how the ask-stock assistant runs tools.'],
1151
+
notes: [
1152
+
'To restore the default behavior, choose “Default model settings” and save.',
1153
+
'Advanced note: the default model settings are currently executed through the LiteLLM compatibility layer; regular users do not need to understand or change that internal value.',
summary: 'Reserved for switching between multiple generation methods later; today it mainly records the default behavior explicitly.',
1161
+
usage: 'Usually keep “Default model settings”. When the main method is already the default model settings, the system does not make an extra duplicate call.',
1162
+
valueNotes: [
1163
+
'If you want a backup model after the primary model fails, use “Fallback models” instead of this field.',
1164
+
'The settings page currently exposes “Default model settings” only, so saving the default is enough.',
1165
+
],
1166
+
impact: ['Does not change the current fallback model order or the model-channel editor configuration.'],
1167
+
notes: [
1168
+
'To restore the default behavior, choose “Default model settings” and save.',
1169
+
'Advanced note: the default model settings are currently executed through the LiteLLM compatibility layer; regular users do not need to understand or change that internal value.',
1170
+
],
1171
+
examples: [],
1172
+
},
1091
1173
'settings.ai_model.LITELLM_MODEL': {
1092
1174
title: 'Primary Model',
1093
1175
summary: 'Selects the default LLM model for regular analysis flows.',
notes: ['Agent mode consumes more tokens and time; best for scenarios requiring deep reasoning.'],
1719
1801
},
1802
+
'settings.agent.AGENT_GENERATION_BACKEND': {
1803
+
title: 'Ask-Stock Generation Method',
1804
+
showFieldKey: false,
1805
+
summary: 'Chooses how the ask-stock assistant generates replies and queries market, news, and history tools.',
1806
+
usage: 'Usually keep Auto. The system chooses the currently available model tool-calling method; change it only when you need to pin the assistant method.',
1807
+
valueNotes: [
1808
+
'If you are unsure, choose Auto.',
1809
+
'Choose “Default model tool calling” only when you explicitly want to pin the assistant to the current default model tool-calling method.',
1810
+
],
1811
+
impact: ['Affects the assistant reply path and tool entry point. It does not change which tools the assistant can use.'],
1812
+
notes: [
1813
+
'To restore the default behavior, choose Auto and save.',
1814
+
'Advanced note: the current default model tool-calling method is executed through the LiteLLM compatibility layer; regular users do not need to understand or change that internal value.',
1815
+
],
1816
+
examples: [],
1817
+
},
1720
1818
'settings.agent.AGENT_MAX_STEPS': {
1721
1819
title: 'Agent Max Steps',
1722
1820
summary: 'Controls the maximum reasoning-step limit for the Agent.',
0 commit comments