From 56a1c52240f65f7c85056d33d27bd13b2f690b08 Mon Sep 17 00:00:00 2001 From: "Laisky.Cai" Date: Tue, 25 Feb 2025 03:18:46 +0000 Subject: [PATCH] docs: update README to include Stream and Non-Stream sections for Claude model --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 767262a4..77eb0f51 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,8 @@ Also welcome to register and use my deployed one-api gateway, which supports var - [Support gemini-2.0-flash](#support-gemini-20-flash) - [Support OpenRouter's reasoning content](#support-openrouters-reasoning-content) - [Support claude-3-7-sonnet \& thinking](#support-claude-3-7-sonnet--thinking) + - [Stream](#stream) + - [Non-Stream](#non-stream) - [Bug fix](#bug-fix) ## New Features @@ -129,8 +131,13 @@ type UserRequestCost struct { - [feat: support claude-3-7-sonnet #2143](https://github.com/songquanpeng/one-api/pull/2143/files) - [feat: support claude thinking #2144](https://github.com/songquanpeng/one-api/pull/2144) +#### Stream ![](https://s3.laisky.com/uploads/2025/02/claude-thinking.png) +#### Non-Stream + +![](https://s3.laisky.com/uploads/2025/02/claude-thinking-non-stream.png) + ## Bug fix - [BUGFIX: 更新令牌时的一些问题 #1933](https://github.com/songquanpeng/one-api/pull/1933)