mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-01-20 13:38:49 +01:00
update comments
This commit is contained in:
parent
128945aaaa
commit
c1ab0212e5
@ -43,7 +43,7 @@ function formatKoboldUrl(value) {
|
||||
url.pathname = '/api';
|
||||
}
|
||||
return url.toString();
|
||||
} catch { } // Try and Catch both fall through to the same return.
|
||||
} catch { } // Just using URL as a validation check
|
||||
return null;
|
||||
}
|
||||
|
||||
|
@ -106,7 +106,7 @@ function formatTextGenURL(value) {
|
||||
url.pathname = '/api';
|
||||
}
|
||||
return url.toString();
|
||||
} catch { } // Try and Catch both fall through to the same return.
|
||||
} catch { } // Just using URL as a validation check
|
||||
return null;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user