Skip to content

Commit 92a9a93

Browse files
committed
Merge branch 'main' of https://github.com/lobehub/lobe-chat
2 parents 2047da2 + 847cd33 commit 92a9a93

File tree

8 files changed

+968
-58
lines changed

8 files changed

+968
-58
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22

33
# Changelog
44

5+
### [Version 1.68.8](https://github.com/lobehub/lobe-chat/compare/v1.68.7...v1.68.8)
6+
7+
<sup>Released on **2025-03-05**</sup>
8+
9+
#### 💄 Styles
10+
11+
- **misc**: Improve openrouter models info.
12+
13+
<br/>
14+
15+
<details>
16+
<summary><kbd>Improvements and Fixes</kbd></summary>
17+
18+
#### Styles
19+
20+
- **misc**: Improve openrouter models info, closes [#6708](https://github.com/lobehub/lobe-chat/issues/6708) ([5693e68](https://github.com/lobehub/lobe-chat/commit/5693e68))
21+
22+
</details>
23+
24+
<div align="right">
25+
26+
[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
27+
28+
</div>
29+
530
### [Version 1.68.7](https://github.com/lobehub/lobe-chat/compare/v1.68.6...v1.68.7)
631

732
<sup>Released on **2025-03-05**</sup>

changelog/v1.json

+7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
[
2+
{
3+
"children": {
4+
"improvements": ["Improve openrouter models info."]
5+
},
6+
"date": "2025-03-05",
7+
"version": "1.68.8"
8+
},
29
{
310
"children": {
411
"improvements": ["Refactor agent runtime to better code format."]

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lobehub/chat",
3-
"version": "1.68.7",
3+
"version": "1.68.8",
44
"description": "Lobe Chat - an open-source, high-performance chatbot framework that supports speech synthesis, multimodal, and extensible Function Call plugin system. Supports one-click free deployment of your private ChatGPT/LLM web application.",
55
"keywords": [
66
"framework",

src/database/server/models/aiModel.ts

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ export class AiModelModel {
6868
enabled: aiModels.enabled,
6969
id: aiModels.id,
7070
pricing: aiModels.pricing,
71+
releasedAt: aiModels.releasedAt,
7172
source: aiModels.source,
7273
type: aiModels.type,
7374
})

0 commit comments

Comments
 (0)