13 lines
258 B
Markdown
13 lines
258 B
Markdown
---
|
|
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 />
|