# 基于chatgpt聊天机器人 **Repository Path**: qmdq/chatbot-based-on-chatgpt ## Basic Information - **Project Name**: 基于chatgpt聊天机器人 - **Description**: 支持聊天记录聊天 - **Primary Language**: NodeJS - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-07-24 - **Last Updated**: 2023-07-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 基于chatgpt聊天机器人 #### 介绍 支持聊天记录聊天 ![](PriveImage/屏幕截图%202023-07-25%20001914.png) ![](PriveImage/屏幕截图%202023-07-24%20234025.png) 仅供学习和交流请勿用于商业用途 #### 软件架构 软件架构说明 技术栈 后端nodejs mysql支持8.0和5.0 前端uniapp可发行多个平台uview #### 安装教程 1. 编译ts 执行
`tsc` 2. 安装依赖
`npm i` 3. 运行
`npm run dev` #### 配置说明 打开Config.ts
openAL配置
``` openAL: { OpenAIOrganization: '*', //组织id token: "*",//token //设置超时时间解决握手不活动超时问题 }, ``` 在openal官网获取token和组织id,新用户默认有五美元 #### 使用说明 正在编写中 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)