Skip to content

Commit

Permalink
Add chatgpt.js w/ npm auto-update (#1808)
Browse files Browse the repository at this point in the history
* Add chatgpt.js w/ npm auto-update

* Converted `author` to `authors`
  • Loading branch information
adamlui authored May 22, 2024
1 parent 760fcae commit 464371c
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions packages/c/chatgpt.js.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"name": "chatgpt.js",
"filename": "chatgpt.min.js",
"license": "MIT",
"description": "Client-side JavaScript library for ChatGPT.",
"homepage": "https://chatgpt.js.org",
"repository": {
"type": "git",
"url": "git://github.com/KudoAI/chatgpt.js.git"
},
"authors": [
{
"name": "KudoAI & contributors",
"email": "opensource@kudoai.com",
"url": "https://www.kudoai.com"
}
],
"keywords": [
"ai",
"artificial intelligence",
"bot",
"chat",
"chatbot",
"chatgpt",
"clientside",
"conversational ai",
"frontend",
"gpt",
"gpt3",
"gpt4",
"javascript",
"library",
"machine learning",
"ml",
"nlp",
"openai",
"api"
],
"autoupdate": {
"source": "npm",
"target": "@kudoai/chatgpt.js",
"fileMap": [
{
"basePath": "dist",
"files": [
"*.js"
]
}
]
},
"optimization": {
"js": false
}
}

0 comments on commit 464371c

Please sign in to comment.