mirror of
https://github.com/codexu/note-gen.git
synced 2026-04-25 12:55:57 +03:00
[GH-ISSUE #678] [feat] 模型配置应该无条件允许手动输入模型名 #501
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#501
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?
Originally created by @4965898 on GitHub (Oct 3, 2025).
Original GitHub issue: https://github.com/codexu/note-gen/issues/678
描述你的建议
尽管目前的模型列表可以获取平台的一些模型名,省去了手填的麻烦
但是这个列表往往是不完整的
某些最新的模型在列表中找不到,也无法手动输入,如百炼平台模型列表没有嵌入模型
这样会妨碍用户使用最新的模型
建议模型配置应该无条件允许手动输入模型名
@codexu commented on GitHub (Oct 9, 2025):
@4965898 commented on GitHub (Oct 9, 2025):
OK,会了,thanks
我觉得允许直接填会更好些,可以省去点击“use"这一步,尤其是添加大量列表中没有的模型时。
@codexu commented on GitHub (Oct 9, 2025):
考虑到绝大多数用户还是再使用列表中提供的模型,填写自定义的模型情况还是比较少的。
@4965898 commented on GitHub (Oct 9, 2025):
其实还是有的,尤其是平台上新模型的时候,我在cherry studio也发现了这个问题,列表更新没有和平台同步
@codexu commented on GitHub (Oct 9, 2025):
实际上是调用供应商提供的 models 接口,所以列表是否更新取决于供应商,NoteGen 是不会维护这个列表的,暂时还是保持选择 use 模型的方式使用列表中不存在的模型,我更喜欢现在这个方式。
@4965898 commented on GitHub (Oct 9, 2025):
好吧,那就这样也挺好的