mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
This commit is contained in:
@ -1872,6 +1872,8 @@ function changeMainAPI() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
main_api = selectedVal;
|
main_api = selectedVal;
|
||||||
|
online_status = "no_connection";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////
|
////////////////////////////////////////////////////
|
||||||
|
@ -228,7 +228,7 @@ function RA_autoconnect() {
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 'textgenerationwebui':
|
case 'textgenerationwebui':
|
||||||
if (api_server_textgenerationwebui && isUrlOrAPIKey(api_server_textgenerationwebuiapi)) {
|
if (api_server_textgenerationwebui && isUrlOrAPIKey(api_server_textgenerationwebui)) {
|
||||||
$("#api_button_textgenerationwebui").click();
|
$("#api_button_textgenerationwebui").click();
|
||||||
retry_delay = 100;
|
retry_delay = 100;
|
||||||
RA_AC_retries = 1;
|
RA_AC_retries = 1;
|
||||||
|
Reference in New Issue
Block a user