diff --git a/public/index.html b/public/index.html index 88194226a..36abe56a0 100644 --- a/public/index.html +++ b/public/index.html @@ -1279,7 +1279,7 @@ -
+
Maximum tokens/second diff --git a/public/scripts/preset-manager.js b/public/scripts/preset-manager.js index ab9571032..19768e6d1 100644 --- a/public/scripts/preset-manager.js +++ b/public/scripts/preset-manager.js @@ -315,6 +315,7 @@ class PresetManager { 'bypass_status_check', 'infermaticai_model', 'openrouter_model', + 'max_tokens_second', ]; const settings = Object.assign({}, getSettingsByApiId(this.apiId));