mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-08-08 08:15:38 +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",
|
"@google/generative-ai": "^0.2.1",
|
||||||
"@huggingface/inference": "^2.8.1",
|
"@huggingface/inference": "^2.8.1",
|
||||||
"@mistralai/mistralai": "^1.1.0",
|
"@mistralai/mistralai": "^1.1.0",
|
||||||
|
"canvas": "^3.1.0",
|
||||||
"express": "^4.18.2",
|
"express": "^4.18.2",
|
||||||
"google-translate-api-x": "^10.7.1",
|
"google-translate-api-x": "^10.7.1",
|
||||||
"groq-sdk": "^0.15.0",
|
"groq-sdk": "^0.15.0",
|
||||||
|
|
|
@ -339,7 +339,7 @@ export class Prompter {
|
||||||
let resp = await this.code_model.sendRequest(messages, prompt);
|
let resp = await this.code_model.sendRequest(messages, prompt);
|
||||||
this.awaiting_coding = false;
|
this.awaiting_coding = false;
|
||||||
return resp;
|
return resp;
|
||||||
git }
|
}
|
||||||
|
|
||||||
async promptMemSaving(to_summarize) {
|
async promptMemSaving(to_summarize) {
|
||||||
await this.checkCooldown();
|
await this.checkCooldown();
|
||||||
|
|
Loading…
Add table
Reference in a new issue