diff --git a/public/index.html b/public/index.html index ae73b3b8d..24593898e 100644 --- a/public/index.html +++ b/public/index.html @@ -266,9 +266,9 @@ -
- Max prompt cost: Unknown -
+ + Max prompt cost: +
diff --git a/public/scripts/textgen-models.js b/public/scripts/textgen-models.js index 230c415b7..0c580a3d4 100644 --- a/public/scripts/textgen-models.js +++ b/public/scripts/textgen-models.js @@ -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);