react nodejs chatgpt tutorial
1.0.0
這是一個使用 React、Nodejs、OpenAi 和 ChatGPT 創建的全端聊天機器人,同時開發了以下教學:
如何使用 OpenAI、ChatGPT、Nodejs 和 React 建立聊天機器人應用程式
請參閱影片教學:
克隆此儲存庫https://github.com/EBEREGIT/react-nodejs-chatgpt-tutorial
導航到 repo cd react-nodejs-chatgpt-tutorial
導航到backend
資料夾cd backend
安裝依賴項npm install
將index.js
檔案中的設定資料替換為您自己的數據
運行index.js
檔案node index
這將在連接埠8000
上啟動後端伺服器:http://localhost:8000/
frontend
資料夾cd frontend
npm install
npm run dev
這將在預設瀏覽器上開啟該項目:http://127.0.0.1:5173/。現在您可以透過瀏覽器與 AI 聊天