mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Change ids on OR prompt cost
This commit is contained in:
@@ -266,9 +266,9 @@
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
<div data-tg-type="openrouter">
|
||||
Max prompt cost: <span id="openrouter_max_prompt_cost_tg">Unknown</span>
|
||||
</div>
|
||||
<small data-tg-type="openrouter">
|
||||
Max prompt cost: <span id="or_prompt_cost">–</span>
|
||||
</small>
|
||||
</div>
|
||||
<hr>
|
||||
</div>
|
||||
|
@@ -384,7 +384,7 @@ function calculateOpenRouterCost() {
|
||||
}
|
||||
}
|
||||
|
||||
$('#openrouter_max_prompt_cost_tg').text(cost);
|
||||
$('#or_prompt_cost').text(cost);
|
||||
|
||||
// Schedule an update when settings change
|
||||
eventSource.removeListener(event_types.SETTINGS_UPDATED, calculateOpenRouterCost);
|
||||
|
Reference in New Issue
Block a user