aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/chatgpt/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/chatgpt/package.json')
-rw-r--r--recipes/chatgpt/package.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/chatgpt/package.json b/recipes/chatgpt/package.json
new file mode 100644
index 0000000..aeed764
--- /dev/null
+++ b/recipes/chatgpt/package.json
@@ -0,0 +1,9 @@
1{
2 "id": "chatgpt",
3 "name": "ChatGPT",
4 "version": "1.0.0",
5 "license": "MIT",
6 "config": {
7 "serviceURL": "https://chat.openai.com/chat"
8 }
9}