parent
02c4ee12c4
commit
3d8761f077
|
@ -149,11 +149,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) => {
|
||||||
|
|
Loading…
Reference in New Issue