From 59860ed830eee43c4216fbd322a8b0a4668172ae Mon Sep 17 00:00:00 2001 From: ParisNeo Date: Sat, 6 May 2023 14:42:50 +0200 Subject: [PATCH] bugfix in settings --- static/js/settings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/settings.js b/static/js/settings.js index 1d1807a2..b5591f75 100644 --- a/static/js/settings.js +++ b/static/js/settings.js @@ -166,7 +166,7 @@ fetch('/settings') personality: personalityInput.value, language: languageInput.value, voice: voiceInput.value, - temp: tempInput.value, + temperature: tempInput.value, nPredict: nPredictInput.value, topK: topKInput.value, topP: topPInput.value,