基于chatGTP的聊天页

一个基于OpenAI GPT-3.5封装的聊天页面,后端使用Express搭建Node服务API,前端使用React开发,支持PC和移动端视图。

Check out 基于chatGTP的聊天页 on CurateClick

• Copy the embed code to showcase this product on your website

• Share on X to spread the word about this amazing tool

背景:基于openai提供的3.5封装的node接口,使用express搭配出的node服务api。前端基于react开发的聊天页面。后端git仓库:openai-server前端git仓库:openai-public聊天网站示例图: pc视图: imagemobile视图: <img width="312" alt="image" src="https://user-images.githubusercontent.com/19926113/231682191-f96275a5-f481-41c1-a719-9eaf507d8f59.png">示例网站:https://kiritosa.com/ai/### 项目启动流程:### 后端:git clone下载到本地后,直接 npm i安装相关依赖。 安装完依赖后,直接运行 npm run start,利用nodemon在线转换ts文件。### 前端: git clone下载到本地后,直接 npm i安装相关依赖。 安装完依赖后,直接运行 npm run start,启动项目后直接打开本地localhost查看。