From 95c80a89b911c46bc47cb20e6378a996b210b59b Mon Sep 17 00:00:00 2001 From: Victor B <39555268+victorbnl@users.noreply.github.com> Date: Tue, 25 Apr 2023 00:08:42 +0200 Subject: Add Chat with GPT recipe (#334) --- recipes/chatwithgpt/package.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 recipes/chatwithgpt/package.json (limited to 'recipes/chatwithgpt/package.json') 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 @@ +{ + "id": "chatwithgpt", + "name": "Chat with GPT", + "version": "1.0.0", + "license": "MIT", + "config": { + "serviceURL": "https://www.chatwithgpt.ai/" + } +} -- cgit v1.2.3-70-g09d2