[PR #632] [MERGED] feat: 开箱即用免费模型,支持对话、嵌入、视觉三种模型 #760

Closed
opened 2026-03-02 03:41:37 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/codexu/note-gen/pull/632
Author: @codexu
Created: 9/10/2025
Status: Merged
Merged: 9/10/2025
Merged by: @codexu

Base: devHead: note-gen-api


📝 Commits (7)

  • 6a98f13 feat: 默认创建 note-gen-api 模型,并设置为主要模型
  • d9fe6ae fix: 初始化后未正确展示模型列表
  • 5cec3d0 feat: 模型配置中不再展示默认模型的信息
  • 586415c feat: 默认模型与自定义模型界面展示
  • 76338a5 fix: 默认 VLM 识别主要模型
  • e1d8d3e fix: 默认嵌入模型主要模型字段
  • 6d0bc5a docs: 更新 AI 相关介绍和鸣谢信息

📊 Changes

15 files changed (+458 additions, -139 deletions)

View changed files

📝 README.md (+22 -10)
📝 messages/en.json (+33 -6)
📝 messages/ja.json (+28 -1)
📝 messages/zh.json (+30 -6)
📝 src/app/core/record/chat/chat-header.tsx (+3 -20)
📝 src/app/core/record/chat/model-select.tsx (+9 -13)
📝 src/app/core/setting/ai/create.tsx (+64 -28)
src/app/core/setting/ai/default-models.tsx (+98 -0)
📝 src/app/core/setting/ai/page.tsx (+39 -16)
📝 src/app/core/setting/components/model-select.tsx (+27 -11)
📝 src/app/core/setting/config.tsx (+7 -14)
📝 src/app/core/setting/rag/model-select.tsx (+14 -11)
src/app/model-config.ts (+36 -0)
📝 src/lib/ai.ts (+2 -2)
📝 src/stores/setting.ts (+46 -1)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/codexu/note-gen/pull/632 **Author:** [@codexu](https://github.com/codexu) **Created:** 9/10/2025 **Status:** ✅ Merged **Merged:** 9/10/2025 **Merged by:** [@codexu](https://github.com/codexu) **Base:** `dev` ← **Head:** `note-gen-api` --- ### 📝 Commits (7) - [`6a98f13`](https://github.com/codexu/note-gen/commit/6a98f13de9a54aadd4697ac8846f87920ffe9169) feat: 默认创建 note-gen-api 模型,并设置为主要模型 - [`d9fe6ae`](https://github.com/codexu/note-gen/commit/d9fe6ae500db2be1c7bfe58f64710d56a8feea12) fix: 初始化后未正确展示模型列表 - [`5cec3d0`](https://github.com/codexu/note-gen/commit/5cec3d02a627c7af6f8646af348b950bd71287a4) feat: 模型配置中不再展示默认模型的信息 - [`586415c`](https://github.com/codexu/note-gen/commit/586415c6d46d8ab07889f8ecbd5004ecee2e86f3) feat: 默认模型与自定义模型界面展示 - [`76338a5`](https://github.com/codexu/note-gen/commit/76338a55c15107f357c414a162214b3355eeda88) fix: 默认 VLM 识别主要模型 - [`e1d8d3e`](https://github.com/codexu/note-gen/commit/e1d8d3e8dbb659b0843c160537c1eeab908cb0db) fix: 默认嵌入模型主要模型字段 - [`6d0bc5a`](https://github.com/codexu/note-gen/commit/6d0bc5ac3f447f38e1e4e37644b64433590f2c84) docs: 更新 AI 相关介绍和鸣谢信息 ### 📊 Changes **15 files changed** (+458 additions, -139 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+22 -10) 📝 `messages/en.json` (+33 -6) 📝 `messages/ja.json` (+28 -1) 📝 `messages/zh.json` (+30 -6) 📝 `src/app/core/record/chat/chat-header.tsx` (+3 -20) 📝 `src/app/core/record/chat/model-select.tsx` (+9 -13) 📝 `src/app/core/setting/ai/create.tsx` (+64 -28) ➕ `src/app/core/setting/ai/default-models.tsx` (+98 -0) 📝 `src/app/core/setting/ai/page.tsx` (+39 -16) 📝 `src/app/core/setting/components/model-select.tsx` (+27 -11) 📝 `src/app/core/setting/config.tsx` (+7 -14) 📝 `src/app/core/setting/rag/model-select.tsx` (+14 -11) ➕ `src/app/model-config.ts` (+36 -0) 📝 `src/lib/ai.ts` (+2 -2) 📝 `src/stores/setting.ts` (+46 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 03:41:37 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/note-gen#760
No description provided.