mendable nextjs chatbot
1.0.0
這是一個範例項目,示範如何使用 Mendable API 建立您自己的自訂聊天機器人介面。使用 Mendable、Next.js、Vercel AI SDK 和 shadcn/ui 製作。
首先,在 https://mendable.ai 建立一個 Mendable 帳戶,取得您的資料並取得您的 API 金鑰。
使用 Mendable API 金鑰新增 .env 檔案:
MENDABLE_API_KEY=YOUR_MENDABLE_API_KEY
然後,安裝相依性:
npm install
運行開發伺服器:
npm run dev
用瀏覽器開啟http://localhost:3000查看結果。