useGPT()
用于 Nuxt
查看 文档 →
我的用于实现惊人功能的新 Nuxt 模块。
特性
- 具有历史记录的完整聊天
- 结构化响应
- 文本转语音
- 安全 API(通过中间件)
快速设置
只需一个命令即可将模块安装到您的 Nuxt 应用程序中
npx nuxi module add nuxt-gpt
就是这样!您现在可以在您的 Nuxt 应用程序中使用 chatGPT 了 ✨
贡献
本地开发
# Install dependencies
npm install
# Generate type stubs
npm run dev:prepare
# Develop with the playground
npm run dev
# Build the playground
npm run dev:build
# Run ESLint
npm run lint
# Run Vitest
npm run test
npm run test:watch
# Release new version
npm run release