feat(perplexity): add perplexity app with send chat prompt action

This commit is contained in:
Ali BARIN
2025-01-22 13:23:04 +00:00
parent e686d3b067
commit adacdced8a
14 changed files with 292 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
---
favicon: /favicons/perplexity.svg
items:
- name: Send chat prompt
desc: Generates a model's response for the given chat conversation.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />

View File

@@ -0,0 +1,8 @@
# Perplexity
1. Go to [API page](https://www.perplexity.ai/settings/api) on Perplexity.
2. Generate a new API key.
3. Paste the key into the `API Key` field in Automatisch.
4. Write any screen name to be displayed in Automatisch.
5. Click `Save`.
6. Start using Perplexity integration with Automatisch!