mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-04-03 21:51:04 +02:00
Merge pull request #2392 from dllt98/migrate-janitor-endpoint
Update JanitorAI.me endpoint to JannyAI.com endpoint
This commit is contained in:
commit
e6bd46acef
@ -420,7 +420,7 @@ async function downloadJannyCharacter(uuid) {
|
|||||||
// This endpoint is being guarded behind Bot Fight Mode of Cloudflare
|
// This endpoint is being guarded behind Bot Fight Mode of Cloudflare
|
||||||
// So hosted ST on Azure/AWS/GCP/Collab might get blocked by IP
|
// So hosted ST on Azure/AWS/GCP/Collab might get blocked by IP
|
||||||
// Should work normally on self-host PC/Android
|
// Should work normally on self-host PC/Android
|
||||||
const result = await fetch('https://api.janitorai.me/api/v1/download', {
|
const result = await fetch('https://api.jannyai.com/api/v1/download', {
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
headers: { 'Content-Type': 'application/json' },
|
headers: { 'Content-Type': 'application/json' },
|
||||||
body: JSON.stringify({
|
body: JSON.stringify({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user