From 0c74796275fa3770bce5275f3bc8f101e9a8dc91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=82=85=E5=93=A5?= <184172133@qq.com> Date: Tue, 10 Oct 2023 22:12:29 +0800 Subject: [PATCH] =?UTF-8?q?docs=EF=BC=9A=E6=9B=B4=E6=96=B0=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2c63ffe..7e1aba5 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,13 @@ >**作者**:小傅哥 - 个人博客 [**bugstack.cn**](https://bugstack.cn/),互联网大厂架构师,《重学Java设计模式》、《手写MyBatis:渐进式源码实践》图书作者。`欢迎百度搜索:小傅哥bugstack` -## 安装 +## 👣目录 + +- 组件配置 +- 功能测试 +- 程序接入 + +## 组件配置 - 申请ApiKey:[https://open.bigmodel.cn/usercenter/apikeys](https://open.bigmodel.cn/usercenter/apikeys) - 注册申请开通,即可获得 ApiKey - 运行环境:JDK 1.8+ @@ -22,7 +28,7 @@ ``` -## 测试 +## 功能测试 ```java @Slf4j @@ -89,7 +95,7 @@ public class ApiTest { - 这是一个单元测试类,也是最常使用的流式对话模式。 -## 接入 +## 程序接入 SpringBoot 配置类 -- GitLab