mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-08-03 13:55:36 +02:00
readd canvas, remove random "git"
This commit is contained in:
parent
222f988873
commit
5dca9b778f
2 changed files with 2 additions and 1 deletions
|
@ -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",
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue