Skip to content

Commit 9697c3c

Browse files
committed
fix: description
1 parent e262664 commit 9697c3c

File tree

2 files changed

+22
-14
lines changed

2 files changed

+22
-14
lines changed

README.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,22 @@
11
# CoCreate-openai
22

3-
A convenient chain handler allows user to chain multiple CoCreate components together. When one action is complete next one will start. The sequence goes untill all openai completed. Grounded on Vanilla javascript, easily configured using HTML5 attributes and/or JavaScript API. Take it for a spin in our [playground!](https://cocreate.app/docs/openai)
3+
CoCreate-openai brings the power of OpenAI's advanced AI and machine learning models directly to your web applications. By integrating the OpenAI API, this module enables developers and content creators to easily incorporate AI-driven features such as text generation, language understanding, and more, through both a JavaScript object interface and HTML5 attributes.
44

55
![minified](https://img.badgesize.io/https://cdn.cocreate.app/openai/latest/CoCreate-openai.min.js?style=flat-square&label=minified&color=orange)
66
![gzip](https://img.badgesize.io/https://cdn.cocreate.app/openai/latest/CoCreate-openai.min.js?compression=gzip&style=flat-square&label=gzip&color=yellow)
77
![brotli](https://img.badgesize.io/https://cdn.cocreate.app/openai/latest/CoCreate-openai.min.js?compression=brotli&style=flat-square&label=brotli)
8-
![GitHub latest release](https://img.shields.io/github/v/release/CoCreate-app/CoCreate-action?style=flat-square)
9-
![License](https://img.shields.io/github/license/CoCreate-app/CoCreate-action?style=flat-square)
8+
![GitHub latest release](https://img.shields.io/github/v/release/CoCreate-app/CoCreate-openai?style=flat-square)
9+
![License](https://img.shields.io/github/license/CoCreate-app/CoCreate-openai?style=flat-square)
1010
![Hiring](https://img.shields.io/static/v1?style=flat-square&label=&message=Hiring&color=blueviolet)
1111

12+
## Features
13+
14+
- **Seamless OpenAI Integration**: Effortlessly connect to OpenAI's API to leverage its AI models in your projects.
15+
- **JavaScript Object Interface**: Access OpenAI's capabilities programmatically with a simple JavaScript API, allowing for dynamic and complex AI interactions.
16+
- **HTML5 Attribute Access**: Initiate AI features directly from HTML with custom attributes, making advanced AI functionalities accessible with minimal coding.
17+
- **Versatile AI Applications**: From generating text content and understanding natural language to more sophisticated AI tasks, the possibilities are vast and versatile.
18+
- **Easy to Implement**: Designed for ease of use, CoCreate-openai is suitable for developers of all skill levels looking to enhance their projects with AI features.
19+
1220
![CoCreate-openai](https://cdn.cocreate.app/docs/CoCreate-openai.gif)
1321

1422
## [Docs & Demo](https://cocreate.app/docs/openai)

package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
22
"name": "@cocreate/openai",
33
"version": "1.7.2",
4-
"description": "An intergration with openAI and CoCreateJS.",
4+
"description": "Integrates OpenAI's API into web applications, offering easy access to AI-driven features via a JavaScript object interface and HTML5 attributes.",
55
"keywords": [
6-
"openai",
6+
"OpenAI",
77
"cocreate",
88
"low-code-framework",
9-
"no-code-framework",
10-
"cocreatejs",
11-
"cocreatejs-component",
9+
"AI integration",
10+
"web applications",
11+
"JavaScript API",
12+
"HTML5 attributes",
13+
"AI-driven features",
14+
"machine learning",
15+
"natural language processing",
16+
"image generation",
17+
"deep learning",
1218
"cocreate-framework",
13-
"no-code",
1419
"low-code",
15-
"collaborative-framework",
16-
"realtime",
17-
"realtime-framework",
18-
"collaboration",
19-
"shared-editing",
2020
"html5-framework",
2121
"javascript-framework"
2222
],

0 commit comments

Comments
 (0)