The power of AI
in a one-liner
The power of AI
in a one-liner
in a one-liner
Use openAI's ChatGPT to enhance the User experience of your web project.
const { answer } = useGPT('Give me 5 alternative search terms for sneakers').send()
- Easy to use composable
- Secure API through server middleware
- Custom-type responses without the blabla
- Strongly typed with IntelliSense support
Bash
$npx nuxi module add nuxt-gpt
Click to copy
Features & Highlights
Chat
Use full chats including history to create a full chatbot.
Custom Response Types
Get responses in code-ready format by defining your return type with ZOD
Text to Speech
Add accessibilty to your website by lettings GPT read your texts.
Easy to use
Comfortable composable syntax to reduce complexity from APIs
Secure API
Utilizes Nuxt 3 server middleware to protect endpoints from external access.
Great DX
Strongly typed functions including JSDoc hints for VSCode.