@lobehub/chat 1.1.7 → 1.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +25 -0
- package/docs/usage/providers/01ai.mdx +1 -1
- package/docs/usage/providers/01ai.zh-CN.mdx +1 -1
- package/docs/usage/providers/anthropic.mdx +1 -1
- package/docs/usage/providers/anthropic.zh-CN.mdx +1 -1
- package/docs/usage/providers/azure.mdx +1 -1
- package/docs/usage/providers/azure.zh-CN.mdx +1 -1
- package/docs/usage/providers/bedrock.mdx +1 -1
- package/docs/usage/providers/bedrock.zh-CN.mdx +1 -1
- package/docs/usage/providers/deepseek.mdx +1 -1
- package/docs/usage/providers/deepseek.zh-CN.mdx +1 -1
- package/docs/usage/providers/gemini.mdx +1 -1
- package/docs/usage/providers/gemini.zh-CN.mdx +1 -1
- package/docs/usage/providers/groq.mdx +1 -1
- package/docs/usage/providers/groq.zh-CN.mdx +1 -1
- package/docs/usage/providers/minimax.mdx +1 -1
- package/docs/usage/providers/minimax.zh-CN.mdx +1 -1
- package/docs/usage/providers/mistral.mdx +1 -1
- package/docs/usage/providers/mistral.zh-CN.mdx +1 -1
- package/docs/usage/providers/moonshot.mdx +1 -1
- package/docs/usage/providers/moonshot.zh-CN.mdx +1 -1
- package/docs/usage/providers/openai.mdx +1 -1
- package/docs/usage/providers/openai.zh-CN.mdx +1 -1
- package/docs/usage/providers/openrouter.mdx +1 -1
- package/docs/usage/providers/openrouter.zh-CN.mdx +2 -2
- package/docs/usage/providers/perplexity.mdx +1 -1
- package/docs/usage/providers/perplexity.zh-CN.mdx +1 -1
- package/docs/usage/providers/qwen.mdx +1 -1
- package/docs/usage/providers/qwen.zh-CN.mdx +1 -1
- package/docs/usage/providers/stepfun.mdx +1 -1
- package/docs/usage/providers/stepfun.zh-CN.mdx +2 -2
- package/docs/usage/providers/togetherai.mdx +1 -1
- package/docs/usage/providers/togetherai.zh-CN.mdx +2 -2
- package/docs/usage/providers/zhipu.mdx +1 -1
- package/docs/usage/providers/zhipu.zh-CN.mdx +2 -2
- package/docs/usage/tools-calling/anthropic.zh-CN.mdx +935 -2
- package/docs/usage/tools-calling/openai.zh-CN.mdx +4 -2
- package/docs/usage/tools-calling.zh-CN.mdx +15 -1
- package/package.json +1 -1
- package/src/libs/agent-runtime/utils/anthropicHelpers.test.ts +104 -0
- package/src/libs/agent-runtime/utils/anthropicHelpers.ts +28 -7
- package/src/libs/agent-runtime/utils/streams/anthropic.test.ts +156 -0
- package/src/libs/agent-runtime/utils/streams/anthropic.ts +12 -3
- package/src/libs/agent-runtime/utils/streams/protocol.ts +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,31 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog
|
|
4
4
|
|
|
5
|
+
### [Version 1.1.8](https://github.com/lobehub/lobe-chat/compare/v1.1.7...v1.1.8)
|
|
6
|
+
|
|
7
|
+
<sup>Released on **2024-06-24**</sup>
|
|
8
|
+
|
|
9
|
+
#### 🐛 Bug Fixes
|
|
10
|
+
|
|
11
|
+
- **misc**: Fix anthropic parallel tools calling.
|
|
12
|
+
|
|
13
|
+
<br/>
|
|
14
|
+
|
|
15
|
+
<details>
|
|
16
|
+
<summary><kbd>Improvements and Fixes</kbd></summary>
|
|
17
|
+
|
|
18
|
+
#### What's fixed
|
|
19
|
+
|
|
20
|
+
- **misc**: Fix anthropic parallel tools calling, closes [#3010](https://github.com/lobehub/lobe-chat/issues/3010) ([1d891ac](https://github.com/lobehub/lobe-chat/commit/1d891ac))
|
|
21
|
+
|
|
22
|
+
</details>
|
|
23
|
+
|
|
24
|
+
<div align="right">
|
|
25
|
+
|
|
26
|
+
[](#readme-top)
|
|
27
|
+
|
|
28
|
+
</div>
|
|
29
|
+
|
|
5
30
|
### [Version 1.1.7](https://github.com/lobehub/lobe-chat/compare/v1.1.6...v1.1.7)
|
|
6
31
|
|
|
7
32
|
<sup>Released on **2024-06-24**</sup>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
title: Using Anthropic Claude in LobeChat
|
|
2
|
+
title: Using Anthropic Claude API Key in LobeChat
|
|
3
3
|
description: >-
|
|
4
4
|
Learn how to integrate Anthropic Claude API in LobeChat to enhance your AI
|
|
5
5
|
assistant capabilities. Support Claude 3.5 sonnet / Claude 3 Opus / Claude 3
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
title: Using Azure OpenAI in LobeChat
|
|
2
|
+
title: Using Azure OpenAI API Key in LobeChat
|
|
3
3
|
description: >-
|
|
4
4
|
Learn how to integrate and configure Azure OpenAI in LobeChat to enhance your
|
|
5
5
|
AI assistant capabilities. Follow these steps to obtain the API key, configure
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
title: 在 LobeChat 中使用 OpenRouter
|
|
3
|
-
description: 学习如何在 LobeChat 中注册、创建 API
|
|
2
|
+
title: 在 LobeChat 中使用 OpenRouter API Key
|
|
3
|
+
description: 学习如何在 LobeChat 中注册、创建 API Key、充值信用额度并配置 OpenRouter,以便开始使用多种优秀大语言模型 API。
|
|
4
4
|
tags:
|
|
5
5
|
- OpenRouter
|
|
6
6
|
- API Key
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
title: 在 LobeChat 中使用 Stepfun
|
|
3
|
-
description: 学习如何在 LobeChat 中配置和使用 Stepfun 阶跃星辰的人工智能模型,包括获取 API
|
|
2
|
+
title: 在 LobeChat 中使用 Stepfun 阶跃星辰 API Key
|
|
3
|
+
description: 学习如何在 LobeChat 中配置和使用 Stepfun 阶跃星辰的人工智能模型,包括获取 API Key 和选择模型开始对话。
|
|
4
4
|
tags:
|
|
5
5
|
- Stepfun 阶跃星辰
|
|
6
6
|
- API key
|