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 聊天