Merge branch 'main' into dev.

Reformat all notes
This commit is contained in:
SillyLossy
2023-04-22 23:00:08 +03:00
36 changed files with 662 additions and 304 deletions

View File

@@ -30,7 +30,7 @@ const extension_settings = {
let modules = [];
let activeExtensions = new Set();
const getContext = () => window['TavernAI'].getContext();
const getContext = () => window['SillyTavern'].getContext();
const getApiUrl = () => extension_settings.apiUrl;
const defaultRequestArgs = { method: 'GET', headers: { 'Bypass-Tunnel-Reminder': 'bypass' } };
let connectedToApi = false;