Update reasoning effort tooltip to specify minimum token allocation

f2e47d9276f19cddfe41ccd14449ff9b9251189d

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Showing whitespace changes
public/index.html+1 -1
@@ -2018,7 +2018,7 @@
20182018 <div class="flex-container oneline-dropdown" title="Constrains effort on reasoning for reasoning models.&#10;Currently supported values are low, medium, and high.&#10;Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response." data-i18n="[title]Constrains effort on reasoning for reasoning models.">
20192019 <label for="openai_reasoning_effort">
20202020 <span data-i18n="Reasoning Effort">Reasoning Effort</span>
20212021 <i data-source="claude" class="opacity50p fa-solid fa-circle-info" title="Allocates a portion of the response length for thinking (low: 10%, medium: 25%, high: 50%), but minimum 1024 tokens."></i>
20222022 </label>
20232023 <select id="openai_reasoning_effort">
20242024 <option data-i18n="openai_reasoning_effort_low" value="low">Low</option>