Merge pull request #2301 from automatisch/perplexity-integration
feat(perplexity): add perplexity app with send chat prompt action
This commit is contained in:
@@ -359,6 +359,15 @@ export default defineConfig({
|
||||
{ text: 'Connection', link: '/apps/openai/connection' },
|
||||
],
|
||||
},
|
||||
{
|
||||
text: 'Perplexity',
|
||||
collapsible: true,
|
||||
collapsed: true,
|
||||
items: [
|
||||
{ text: 'Actions', link: '/apps/perplexity/actions' },
|
||||
{ text: 'Connection', link: '/apps/perplexity/connection' },
|
||||
],
|
||||
},
|
||||
{
|
||||
text: 'Pipedrive',
|
||||
collapsible: true,
|
||||
|
||||
12
packages/docs/pages/apps/perplexity/actions.md
Normal file
12
packages/docs/pages/apps/perplexity/actions.md
Normal 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 />
|
||||
8
packages/docs/pages/apps/perplexity/connection.md
Normal file
8
packages/docs/pages/apps/perplexity/connection.md
Normal 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!
|
||||
@@ -36,6 +36,7 @@ The following integrations are currently supported by Automatisch.
|
||||
- [Ntfy](/apps/ntfy/actions)
|
||||
- [Odoo](/apps/odoo/actions)
|
||||
- [OpenAI](/apps/openai/actions)
|
||||
- [Perplexity](/apps/perplexity/actions)
|
||||
- [Pipedrive](/apps/pipedrive/triggers)
|
||||
- [Placetel](/apps/placetel/triggers)
|
||||
- [PostgreSQL](/apps/postgresql/actions)
|
||||
|
||||
1
packages/docs/pages/public/favicons/perplexity.svg
Normal file
1
packages/docs/pages/public/favicons/perplexity.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0.13 -0.15 77.31 92.56"><path d="M38.6936 29.9832L12.8633 5.88983V29.9832H38.6936Z" stroke-width="4.30504" stroke-miterlimit="10" stroke="#20b8cd"></path><path d="M39.5005 29.9832L65.3308 5.88983V29.9832H39.5005Z" stroke-width="4.30504" stroke-miterlimit="10" stroke="#20b8cd"></path><path d="M38.7227 2L38.7227 90.2534" stroke-width="4.30504" stroke-miterlimit="10" stroke="#20b8cd"></path><path d="M64.5246 53.7584L38.6943 30.0068V62.9404L64.5246 85.9724V53.7584Z" stroke-width="4.30504" stroke-miterlimit="10" stroke="#20b8cd"></path><path d="M12.8924 53.7584L38.7227 30.0068V62.9404L12.8924 85.9724V53.7584Z" stroke-width="4.30504" stroke-miterlimit="10" stroke="#20b8cd"></path><path d="M2.28711 29.9832V64.4236H12.8863V53.7348L38.7226 29.9832H2.28711Z" stroke-width="4.30504" stroke-miterlimit="10" stroke="#20b8cd"></path><path d="M38.6943 30.3L64.5246 54.0515V64.7403H75.2872V30.3L38.6943 30.3Z" stroke-width="4.30504" stroke-miterlimit="10" stroke="#20b8cd"></path></svg>
|
||||
|
After Width: | Height: | Size: 1.0 KiB |
Reference in New Issue
Block a user