aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/chatgpt/package.json
diff options
context:
space:
mode:
authorLibravatar André Oliveira <oliveira.andrerodrigues95@gmail.com>2023-01-13 17:36:14 +0000
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2023-01-14 04:42:25 +0530
commit00c0a3f79a9a8fd5bd2025c922557e48a7a4b401 (patch)
tree7a810b558d17f4ac05a5c7e23012180a83a3ded4 /recipes/chatgpt/package.json
parentFix: Infomaniak unread messages badge to exclude spam emails (#273) (diff)
downloadferdium-recipes-00c0a3f79a9a8fd5bd2025c922557e48a7a4b401.tar.gz
ferdium-recipes-00c0a3f79a9a8fd5bd2025c922557e48a7a4b401.tar.zst
ferdium-recipes-00c0a3f79a9a8fd5bd2025c922557e48a7a4b401.zip
feat: add ChatGPT recipe
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}