mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-01-18 02:39:47 +00:00
Fixed a bug in settings
This commit is contained in:
parent
83a2dd919e
commit
5478b7dfe6
@ -5,8 +5,8 @@ fetch('/settings')
|
||||
document.getElementById('settings').innerHTML = html;
|
||||
backendInput = document.getElementById('backend');
|
||||
modelInput = document.getElementById('model');
|
||||
personalityLanguageInput = document.getElementById('personalities_languages');
|
||||
personalityCategoryInput = document.getElementById('personalities_categories');
|
||||
personalityLanguageInput = document.getElementById('personalities_language');
|
||||
personalityCategoryInput = document.getElementById('personalities_category');
|
||||
personalityInput = document.getElementById('personalities');
|
||||
languageInput = document.getElementById('language');
|
||||
voiceInput = document.getElementById('voice');
|
||||
|
Loading…
Reference in New Issue
Block a user