mirror of
https://github.com/codexu/note-gen.git
synced 2026-04-26 05:15:54 +03:00
[PR #666] [MERGED] feat: 模型配置支持同一供应商下多模型管理 #764
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#764
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/666
Author: @codexu
Created: 9/22/2025
Status: ✅ Merged
Merged: 9/22/2025
Merged by: @codexu
Base:
dev← Head:multiple-model📝 Commits (10+)
145d8bffeat: 模型配置单增加多选模型配置b660568feat: 优化创建配置本地存储机制3918dc4feat: 新建模型7ed21abfeat: AI 对话选择模型增加分组展示dbf81f2feat: AI 对话模型使用多选模型723f279fix: 默认模型配置ccdcc92feat: 修改免费模型配置4cb13c9feat: 供应商模板简化配置项50eaf6efeat: 合并设置界面中的 model-select0fe5de1fix: RAG 模型调用📊 Changes
25 files changed (+1697 additions, -1110 deletions)
View changed files
📝
messages/en.json(+4 -1)📝
messages/ja.json(+4 -1)📝
messages/zh.json(+14 -6)📝
package.json(+1 -0)📝
pnpm-lock.yaml(+90 -0)📝
src/app/core/record/chat/chat-header.tsx(+32 -3)📝
src/app/core/record/chat/model-select.tsx(+87 -33)➖
src/app/core/setting/ai/check.tsx(+0 -202)📝
src/app/core/setting/ai/create.tsx(+19 -7)➕
src/app/core/setting/ai/model-card.tsx(+328 -0)📝
src/app/core/setting/ai/modelSelect.tsx(+26 -16)📝
src/app/core/setting/ai/page.tsx(+398 -374)📝
src/app/core/setting/components/model-select.tsx(+156 -29)📝
src/app/core/setting/config.tsx(+17 -4)➖
src/app/core/setting/rag/model-select.tsx(+0 -162)📝
src/app/core/setting/rag/model-setting.tsx(+1 -1)➖
src/app/core/setting/readAloud/model-select.tsx(+0 -142)📝
src/app/core/setting/readAloud/setting.tsx(+49 -11)📝
src/app/mobile/chat/components/chat-header.tsx(+92 -38)📝
src/app/model-config.ts(+28 -27)...and 5 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.