Skip to content

Commit 5693e68

Browse files
authored
💄 style: improve openrouter models info (lobehub#6708)
* fix: openrouter model info * fix: empty price * fix: releasedAt is missing * chore: fix comment * fix: more accurate result * test: update snapshots * fix: improve pricing formatting
1 parent 15d96d5 commit 5693e68

File tree

5 files changed

+935
-57
lines changed

5 files changed

+935
-57
lines changed

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)