Skip to content

Commit 7a1d7e2

Browse files
🔖 chore(release): v1.103.1 [skip ci]
### [Version&nbsp;1.103.1](v1.103.0...v1.103.1) <sup>Released on **2025-02-20**</sup> #### 🐛 Bug Fixes - **misc**: Add sambanova proxy url, fix message roles for specific Azure OpenAI models. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's fixed * **misc**: Add sambanova proxy url, closes [lobehub#6348](https://github.com/bentwnghk/lobe-chat/issues/6348) ([c9cb7d9](c9cb7d9)) * **misc**: Fix message roles for specific Azure OpenAI models, closes [lobehub#6222](https://github.com/bentwnghk/lobe-chat/issues/6222) ([d49329a](d49329a)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
1 parent 14a1f01 commit 7a1d7e2

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22

33
# Changelog
44

5+
### [Version 1.103.1](https://github.com/bentwnghk/lobe-chat/compare/v1.103.0...v1.103.1)
6+
7+
<sup>Released on **2025-02-20**</sup>
8+
9+
#### 🐛 Bug Fixes
10+
11+
- **misc**: Add sambanova proxy url, fix message roles for specific Azure OpenAI models.
12+
13+
<br/>
14+
15+
<details>
16+
<summary><kbd>Improvements and Fixes</kbd></summary>
17+
18+
#### What's fixed
19+
20+
- **misc**: Add sambanova proxy url, closes [#6348](https://github.com/bentwnghk/lobe-chat/issues/6348) ([c9cb7d9](https://github.com/bentwnghk/lobe-chat/commit/c9cb7d9))
21+
- **misc**: Fix message roles for specific Azure OpenAI models, closes [#6222](https://github.com/bentwnghk/lobe-chat/issues/6222) ([d49329a](https://github.com/bentwnghk/lobe-chat/commit/d49329a))
22+
23+
</details>
24+
25+
<div align="right">
26+
27+
[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
28+
29+
</div>
30+
531
## [Version 1.103.0](https://github.com/bentwnghk/lobe-chat/compare/v1.102.1...v1.103.0)
632

733
<sup>Released on **2025-02-20**</sup>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bentwnghk/chat",
3-
"version": "1.103.0",
3+
"version": "1.103.1",
44
"description": "Mr.🆖 AI - an open-source, high-performance chatbot framework that supports speech synthesis, multimodal, and extensible Function Call plugin system.",
55
"keywords": [
66
"framework",

0 commit comments

Comments
 (0)