aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perplexity/package.json
diff options
context:
space:
mode:
authorLibravatar Victor B <39555268+victorbnl@users.noreply.github.com>2023-07-20 01:34:17 +0200
committerLibravatar GitHub <noreply@github.com>2023-07-20 05:04:17 +0530
commit587c10aa53eeeec036b2420c1514ea37907958eb (patch)
tree52dbae2f508f576deb3cde3623abbd741ec8a3ed /recipes/perplexity/package.json
parentAdd Bard recipe (#389) (diff)
downloadferdium-recipes-587c10aa53eeeec036b2420c1514ea37907958eb.tar.gz
ferdium-recipes-587c10aa53eeeec036b2420c1514ea37907958eb.tar.zst
ferdium-recipes-587c10aa53eeeec036b2420c1514ea37907958eb.zip
Add Perplexity AI recipe (#388)
Diffstat (limited to 'recipes/perplexity/package.json')
-rw-r--r--recipes/perplexity/package.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/perplexity/package.json b/recipes/perplexity/package.json
new file mode 100644
index 0000000..4da64ae
--- /dev/null
+++ b/recipes/perplexity/package.json
@@ -0,0 +1,9 @@
1{
2 "id": "perplexity",
3 "name": "Perplexity AI",
4 "version": "1.0.0",
5 "license": "MIT",
6 "config": {
7 "serviceURL": "https://www.perplexity.ai/"
8 }
9}