Commit 726c8a71 by Calcium-Ion Committed by GitHub

Merge pull request #1210 from RedwindA/feat/128-budget

feat: allow for a lower percentage of the thinkingBudget
parents c60d8706 9cfc7ad3
......@@ -209,8 +209,8 @@ export default function SettingGeminiModel(props) {
label={t('思考预算占比')}
field={'gemini.thinking_adapter_budget_tokens_percentage'}
initValue={''}
extraText={t('0.1-1之间的小数')}
min={0.1}
extraText={t('0.002-1之间的小数')}
min={0.002}
max={1}
onChange={(value) =>
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