- 有Openai账号,并且创建好
api_key
,注册相关事项可以参考此文章 。访问这里,申请个人秘钥。 - 本项目需要提前注册好OpenAI并拿到API KEY,然后在项目api/getData.js中的chatgpt方法中修改Authorization内容即可。
- ChatHome页面是pc端,连接方式是直接通过http调用openai接口。
- MobileChat页面移动端,通过websocket实现,需要后端支持,项目地址如下。 github: https://github.com/zccbbg/chatgpt-springboot-service gitee: https://gitee.com/zccbbg/chatgpt-springboot-service
npm install
npm run serve
该项目基于 https://gitee.com/mao-yongyao/chatroom 进行二次开发