mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
updated autoconnect to reference nai_settings.api_novel_key
This commit is contained in:
@ -220,7 +220,7 @@ function RA_autoconnect() {
|
||||
}
|
||||
break;
|
||||
case 'novel':
|
||||
if (api_key_novel) {
|
||||
if (nai_settings.api_key_novel) {
|
||||
$("#api_button_novel").click();
|
||||
retry_delay = 100;
|
||||
RA_AC_retries = 1;
|
||||
|
Reference in New Issue
Block a user