Merge pull request #1145 from SillyTavern/release

Remove header #1144
This commit is contained in:
Cohee
2023-09-17 15:23:25 +03:00
committed by GitHub

View File

@ -197,7 +197,6 @@ async function doExtrasFetch(endpoint, args) {
}
Object.assign(args.headers, {
'Authorization': `Bearer ${extension_settings.apiKey}`,
'Bypass-Tunnel-Reminder': 'bypass'
});
const response = await fetch(endpoint, args);