Merge pull request #1043 from RealBeepMcJeep/patch-1

remove unused symbols
This commit is contained in:
Cohee
2023-08-29 23:37:46 +03:00
committed by GitHub

View File

@ -148,11 +148,8 @@ let api_openai = "https://api.openai.com/v1";
let api_claude = "https://api.anthropic.com/v1"; let api_claude = "https://api.anthropic.com/v1";
let main_api = "kobold"; let main_api = "kobold";
let response_generate_novel;
let characters = {}; let characters = {};
let response_dw_bg; let response_dw_bg;
let first_run = true;
let color = { let color = {
byNum: (mess, fgNum) => { byNum: (mess, fgNum) => {