mirror of
https://github.com/codexu/note-gen.git
synced 2026-04-25 12:55:57 +03:00
[PR #632] [MERGED] feat: 开箱即用免费模型,支持对话、嵌入、视觉三种模型 #760
Labels
No labels
bug
duplicate
feature
platform: Android
platform: Linux
platform: Windows
platform: iOS
platform: macOS
priority: high
priority: low
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/note-gen#760
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
dev← Head:note-gen-api📝 Commits (7)
6a98f13feat: 默认创建 note-gen-api 模型,并设置为主要模型d9fe6aefix: 初始化后未正确展示模型列表5cec3d0feat: 模型配置中不再展示默认模型的信息586415cfeat: 默认模型与自定义模型界面展示76338a5fix: 默认 VLM 识别主要模型e1d8d3efix: 默认嵌入模型主要模型字段6d0bc5adocs: 更新 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.