bugfix in settings

This commit is contained in:
ParisNeo 2023-05-06 14:42:50 +02:00
parent 8b2a8415f4
commit 59860ed830

View File

@ -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,