From c727c43a5bf452333f0f0419ccae4b75cc3e832e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=82=85=E5=93=A5?= <184172133@qq.com> Date: Sun, 21 Jan 2024 13:09:18 +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 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index ddaf645..fa4ab9b 100644 --- a/README.md +++ b/README.md @@ -59,8 +59,6 @@ public void test_OpenAiSessionFactory() { #### 2.1.1 流式对话 - 兼容旧版模式运行 -
👉查看代码
- ```java /** * 流式对话; @@ -122,8 +120,6 @@ public void test_completions() throws Exception { } ``` -
- #### 2.1.2 流式对话 - 新版调用
👉查看代码
-- GitLab