readd canvas, remove random "git"

This commit is contained in:
MaxRobinsonTheGreat 2025-03-05 15:35:50 -06:00
parent 222f988873
commit 5dca9b778f
2 changed files with 2 additions and 1 deletions

View file

@ -5,6 +5,7 @@
"@google/generative-ai": "^0.2.1",
"@huggingface/inference": "^2.8.1",
"@mistralai/mistralai": "^1.1.0",
"canvas": "^3.1.0",
"express": "^4.18.2",
"google-translate-api-x": "^10.7.1",
"groq-sdk": "^0.15.0",

View file

@ -339,7 +339,7 @@ export class Prompter {
let resp = await this.code_model.sendRequest(messages, prompt);
this.awaiting_coding = false;
return resp;
git }
}
async promptMemSaving(to_summarize) {
await this.checkCooldown();