Skip to content

Commit 8a1a369

Browse files
committed
feat: added @cocreate/openai plugin
- ask chatgpt to do database operations - ask chatgpt to create html code snippets using CoCreateJS attributes in order to achieve the desired functionality.
1 parent 00affbd commit 8a1a369

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CoCreate.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,10 @@ module.exports = {
390390
"path": "../CoCreate-plugins/CoCreate-linkedin",
391391
"repo": "github.com/CoCreate-app/CoCreate-linkedin.git"
392392
},
393+
{
394+
"path": "../CoCreate-plugins/CoCreate-openai",
395+
"repo": "github.com/CoCreate-app/CoCreate-openai.git"
396+
},
393397
{
394398
"path": "../CoCreate-plugins/CoCreate-pickr",
395399
"repo": "github.com/CoCreate-app/CoCreate-pickr.git"

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@
9999
"@cocreate/message-client": "^1.6.0",
100100
"@cocreate/modal": "^1.13.0",
101101
"@cocreate/observer": "^1.11.0",
102+
"@cocreate/openai": "^1.0.1",
102103
"@cocreate/organizations": "^1.18.0",
103104
"@cocreate/parallax": "^1.6.0",
104105
"@cocreate/pass": "^1.15.0",

0 commit comments

Comments
 (0)