基于chatGTP的聊天页
一个基于OpenAI GPT-3.5封装的聊天页面,后端使用Express搭建Node服务API,前端使用React开发,支持PC和移动端视图。
• Copy the embed code to showcase this product on your website
• Share on X to spread the word about this amazing tool
一个基于OpenAI GPT-3.5封装的聊天页面,后端使用Express搭建Node服务API,前端使用React开发,支持PC和移动端视图。
• Copy the embed code to showcase this product on your website
• Share on X to spread the word about this amazing tool
npm i
安装相关依赖。 安装完依赖后,直接运行 npm run start
,利用nodemon在线转换ts文件。### 前端: git clone下载到本地后,直接 npm i
安装相关依赖。 安装完依赖后,直接运行 npm run start
,启动项目后直接打开本地localhost查看。