aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/chatwithgpt/package.json
diff options
context:
space:
mode:
authorLibravatar Victor B <39555268+victorbnl@users.noreply.github.com>2023-04-25 00:08:42 +0200
committerLibravatar GitHub <noreply@github.com>2023-04-24 23:08:42 +0100
commit95c80a89b911c46bc47cb20e6378a996b210b59b (patch)
treefd6ac876c654e4c1544aae44c7dab96cfc841fda /recipes/chatwithgpt/package.json
parentadd victorbnl as a contributor for code (#338) [skip ci] (diff)
downloadferdium-recipes-95c80a89b911c46bc47cb20e6378a996b210b59b.tar.gz
ferdium-recipes-95c80a89b911c46bc47cb20e6378a996b210b59b.tar.zst
ferdium-recipes-95c80a89b911c46bc47cb20e6378a996b210b59b.zip
Add Chat with GPT recipe (#334)
Diffstat (limited to 'recipes/chatwithgpt/package.json')
-rw-r--r--recipes/chatwithgpt/package.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/chatwithgpt/package.json b/recipes/chatwithgpt/package.json
new file mode 100644
index 0000000..42748dc
--- /dev/null
+++ b/recipes/chatwithgpt/package.json
@@ -0,0 +1,9 @@
1{
2 "id": "chatwithgpt",
3 "name": "Chat with GPT",
4 "version": "1.0.0",
5 "license": "MIT",
6 "config": {
7 "serviceURL": "https://www.chatwithgpt.ai/"
8 }
9}