Commit 9cfc7ad3 by RedwindA

update input range and description for thinking adapter budget tokens

parent 3f67ef2d
...@@ -208,8 +208,8 @@ export default function SettingGeminiModel(props) { ...@@ -208,8 +208,8 @@ export default function SettingGeminiModel(props) {
label={t('请求模型带-thinking后缀的BudgetTokens数(超出24576的部分将被忽略)')} label={t('请求模型带-thinking后缀的BudgetTokens数(超出24576的部分将被忽略)')}
field={'gemini.thinking_adapter_budget_tokens_percentage'} field={'gemini.thinking_adapter_budget_tokens_percentage'}
initValue={''} initValue={''}
extraText={t('0.1-1之间的小数')} extraText={t('0.002-1之间的小数')}
min={0.1} min={0.002}
max={1} max={1}
onChange={(value) => onChange={(value) =>
setInputs({ setInputs({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment