README.md 4.6 KB
Newer Older
小傅哥's avatar
小傅哥 已提交
1 2
# 《ChatGPT AI 问答助手》开源项目

小傅哥's avatar
小傅哥 已提交
3 4 5 6 7 8 9 10 11 12 13 14
**大家好,我是技术UP主,小傅哥**

- :dog: 13年毕业,大厂互联网T8架构师,全网40万粉编程知识博主。
- :man_technologist: 成长:[关于我,从小白到架构师的成长经历](https://www.bilibili.com/video/BV1FF41137q5)
- :bus: 作品:[`CodeGuide | 程序员编码指南`](https://github.com/fuzhengwei/CodeGuide) | [`RoadMap 编程路书`](https://github.com/fuzhengwei/RoadMap) | [`Java 数据结构和算法`](https://github.com/fuzhengwei/java-algorithms) | [`IM 仿微信`](https://github.com/fuzhengwei/NaiveChat) | [`Java 面经手册`](https://github.com/fuzhengwei/interview) | [`IntelliJ IDEA 插件开发`](https://github.com/fuzhengwei/guide-idea-plugin) | [`Lottery 抽奖系统 - 基于领域驱动设计的四层架构实践`](https://github.com/fuzhengwei/Lottery) | [`API网关`](https://github.com/fuzhengwei/api-gateway) | [`手写Spring`](https://github.com/fuzhengwei/small-spring) | [`手写MyBatis`](https://github.com/fuzhengwei/small-mybatis) | [`设计模式`](https://github.com/fuzhengwei/itstack-demo-design) | [`Netty 实战案例`](https://github.com/fuzhengwei/itstack-demo-netty) | [`字节码编程`](https://github.com/fuzhengwei/itstack-demo-bytecode) | [更多搜索...](https://github.com/fuzhengwei?tab=repositories)
- :seedling: 干货:[公众号『 bugstack虫洞栈 』](https://bugstack.cn/images/personal/qrcode.png)
- :pencil: 博客:[bugstack.cn](https://bugstack.cn/) - 足够硬核,内容老狠了!
- :tv: 视频:[B站 小傅哥の码场](https://space.bilibili.com/15637440)
- :love_letter: 微信:[fustack](https://bugstack.cn/images/personal/fustack.png) - 备注来意
- :feet: 我的编程知识星球:[实战生产级项目、手写框架级源码,可以向我 1对1 提问,解答技术/职场/规划问题](https://bugstack.cn/md/zsxq/introduce.html)

### 项目介绍
小傅哥's avatar
小傅哥 已提交
15 16

1. 技术栈:Java、SpringBoot、爬虫、ChatGPT、job、Docker
小傅哥's avatar
小傅哥 已提交
17
2. OpenAi Keys 申请:[https://beta.openai.com/account/api-keys](https://beta.openai.com/account/api-keys) - 用于处理扫码知识星球问题进行调用获取答案。**如果你申请时遇到一些问,可以加小傅哥微信【fustack】付费20元申请**
小傅哥's avatar
小傅哥 已提交
18

小傅哥's avatar
小傅哥 已提交
19
### 课程目录
小傅哥's avatar
小傅哥 已提交
20 21 22 23 24 25 26 27 28 29 30

| 目录                                                     | 视频 | Github                                                       | Gitcode                                                      |
| -------------------------------------------------------- | ---- | ------------------------------------------------------------ | ------------------------------------------------------------ |
| 开篇介绍                                                 |      |                                                              |                                                              |
| 第1节:SpringBoot DDD 工程创建和 Github/Gitcode 仓库使用 |      | [【23_xfg_init_project】](https://github.com/fuzhengwei/chatbot-api/tree/23_xfg_init_project) | [【23_xfg_init_project】](https://gitcode.net/fuzhengwei/chatbot-api/-/tree/23_xfg_init_project) |
| 第2节:创建知识星球,爬取接口信息                        |      | [【23_xfg_zsxq_api】](https://github.com/fuzhengwei/chatbot-api/tree/23_xfg_zsxq_api) | [【23_xfg_zsxq_api】](https://gitcode.net/fuzhengwei/chatbot-api/-/tree/23_xfg_zsxq_api) |
| 第3节:知识星球接口领域服务开发                          |      | [【23_xfg_zsxq_domain】](https://github.com/fuzhengwei/chatbot-api/tree/23_xfg_zsxq_domain) | [【23_xfg_zsxq_domain】](https://gitcode.net/fuzhengwei/chatbot-api/-/tree/23_xfg_zsxq_domain) |
| 第4节:对接ChatGPT,调用接口;                           |      | [【23_xfg_chatgpt】](https://github.com/fuzhengwei/chatbot-api/tree/23_xfg_chatgpt) | [【23_xfg_chatgpt】](https://gitcode.net/fuzhengwei/chatbot-api/-/tree/23_xfg_chatgpt) |
| 第5节:整合知识星球与ChatGPT,完成自动化回答             |      | [【23_xfg_job】](https://github.com/fuzhengwei/chatbot-api/tree/23_xfg_job) | [【23_xfg_job】](https://gitcode.net/fuzhengwei/chatbot-api/-/tree/23_xfg_job) |
| 第6节:打包镜像文件,部署服务到 Docker 容器              |      | [【23_xfg_docker】](https://github.com/fuzhengwei/chatbot-api/tree/23_xfg_docker) | [【23_xfg_docker】](https://gitcode.net/fuzhengwei/chatbot-api/-/tree/23_xfg_docker) |

小傅哥's avatar
小傅哥 已提交
31
### 加入星球【ChatGPT AI 问答助手】
小傅哥's avatar
小傅哥 已提交
32 33

你可以通过微信扫码,加入知识星球【ChatGPT AI 问答助手】,在手机端对ChatGPT进行提问。
小傅哥's avatar
小傅哥 已提交
34 35

![](https://gitcode.net/fuzhengwei/chatbot-api/-/blob/main/docs/images/zsxq.jpeg)