feat: 集成models.dev提供商选择器 - #6
Open
Kotobaxiao-David wants to merge 4 commits into
Open
Conversation
- 新增 models-providers.json(152提供商,4751模型,来源models.dev) - 新增提供商选择弹窗(主API + 识图API) - 新增同步云端模型库功能(全量获取,排除非OpenAI格式) - 识图API过滤:input含image且output含text - 主API过滤:input含text且output含text - 选择模型后显示上下文/输出限制提示 - 新增 Start.sh macOS启动脚本 - 新增 .gitignore
✅ Deploy Preview for mocards ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi, HiUnikitty.
很高兴能用上您写的网页程序。这个软件帮了我大忙。
因为我用到了许多模型,因此我想把一个成熟的模型数据库引入其中。
以及有的人可能电脑配置不佳,想要使用第三方的在线api来生图和改图,所以也增加了仅生成生图提示词的功能。
我选择了 Models.dev,这个是 OpenCode 开发团队创造并采用的,并且更新很及时,我相信能为您的网站用户也创造一些方便。
同时也祝您生活顺利,万事胜意!
祝好。
本次合并的内容 (PR Details)
models-providers.json:(152 个提供商,4751 个模型,来源 models.dev)input含image且output含textinput含text且output含textStart.sh.gitignoreREADME.md和LICENSE文件中补充 Models.dev 的 MIT 许可声明English Summary
This PR includes the following updates:
models-providers.json: Integrated provider and model data sourced from models.dev (152 providers, 4,751 models).inputincludesimageandoutputincludestext.inputincludestextandoutputincludestext.Start.sh: Provided a startup script tailored for macOS environments..gitignore: Updated git ignore rules.README.mdandLICENSEto acknowledge the MIT License of Models.dev.