Merge pull request #415 from ouoertheo/ouoertheo/objectives1

Objective Extension - Agent based AI inspired by BabyAGI and AutoGPT
This commit is contained in:
Cohee
2023-06-01 00:32:46 +03:00
committed by GitHub
6 changed files with 370 additions and 0 deletions

View File

@ -55,6 +55,7 @@ const extension_settings = {
sd: {},
chromadb: {},
translate: {},
objective: {},
};
let modules = [];