Update reasoning effort options with links and descriptions

4b12eea00fb4da7da23058c8e4ba492d8938fa75

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

1 files changed, +7 -2Ignore whitespace
public/index.html+7 -2
@@ -2068,8 +2068,7 @@
2068 <div class="flex-container oneline-dropdown" title="Constrains effort on reasoning for reasoning models.&#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.">2068 <div class="flex-container oneline-dropdown" title="Constrains effort on reasoning for reasoning models.&#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.">
2069 <label for="openai_reasoning_effort">2069 <label for="openai_reasoning_effort">
2070 <span data-i18n="Reasoning Effort">Reasoning Effort</span>2070 <span data-i18n="Reasoning Effort">Reasoning Effort</span>
2071 <i data-source="openai,custom,xai,openrouter" class="opacity50p fa-solid fa-circle-info" title="OpenAI-style options: low, medium, high. Minimum and maximum are aliased to low and high. Auto does not send an effort level." data-i18n="[title]OpenAI-style options: low, medium, high. Minimum and maximum are aliased to low and high. Auto does not send an effort level."></i>2071 <a href="https://docs.sillytavern.app/usage/prompts/reasoning/#reasoning-effort" target="_blank" class="opacity50p fa-solid fa-circle-question"></a>
2072 <i data-source="claude,makersuite,vertexai" class="opacity50p fa-solid fa-circle-info" title="Allocates a portion of the response length for thinking (low: 10%, medium: 25%, high: 50%). Other options are model-dependent." data-i18n="[title]Allocates a portion of the response length for thinking (low: 10%, medium: 25%, high: 50%). Other options are model-dependent."></i>
2073 </label>2072 </label>
2074 <select id="openai_reasoning_effort">2073 <select id="openai_reasoning_effort">
2075 <option data-i18n="openai_reasoning_effort_auto" value="auto">Auto</option>2074 <option data-i18n="openai_reasoning_effort_auto" value="auto">Auto</option>
@@ -2079,6 +2078,12 @@
2079 <option data-i18n="openai_reasoning_effort_high" value="high">High</option>2078 <option data-i18n="openai_reasoning_effort_high" value="high">High</option>
2080 <option data-i18n="openai_reasoning_effort_maximum" value="max">Maximum</option>2079 <option data-i18n="openai_reasoning_effort_maximum" value="max">Maximum</option>
2081 </select>2080 </select>
2081 <div class="toggle-description justifyLeft" data-source="openai,custom,xai,openrouter" data-i18n="OpenAI-style options: low, medium, high. Minimum and maximum are aliased to low and high. Auto does not send an effort level.">
2082 OpenAI-style options: low, medium, high. Minimum and maximum are aliased to low and high. Auto does not send an effort level.
2083 </div>
2084 <div class="toggle-description justifyLeft" data-source="claude,makersuite,vertexai" data-i18n="Allocates a portion of the response length for thinking (low: 10%, medium: 25%, high: 50%). Other options are model-dependent.">
2085 Allocates a portion of the response length for thinking (low: 10%, medium: 25%, high: 50%). Other options are model-dependent.
2086 </div>
2082 </div>2087 </div>
2083 </div>2088 </div>
2084 <div class="range-block" data-source="claude">2089 <div class="range-block" data-source="claude">