-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for ModelScope community #11397
base: main
Are you sure you want to change the base?
Conversation
Hi there, However, if you are interested in testing it out, and make tools & llms to that version. Please fill this form https://forms.gle/8sQWmqPWCo5GEn8w7. Here is the discord channel https://discord.gg/H6zB7zAW, wechat: crazyphage Thanks again for your unwavering support.❤️ |
…elscope * commit '2624a6dcd0b89dd7c1aac2d7bfe7f769e9e3c992': (630 commits) Fix explore app icon (langgenius#11808) ci: fix config ci and it works (langgenius#11807) ci: add config ci more disscuss check langgenius#11706 (langgenius#11752) chore: bump version to 0.14.1 (langgenius#11784) feat:add hunyuan model(hunyuan-role, hunyuan-large, hunyuan-large-rol… (langgenius#11766) chore(opendal_storage): remove unused comment (langgenius#11783) feat: Disable the "Forgot your password?" button when the mail server setup is incomplete (langgenius#11653) chore(.env.example): add comments for opendal (langgenius#11778) Lindorm vdb bug-fix (langgenius#11790) fix: imperfect service-api introduction text (langgenius#11782) feat: add openai o1 & update pricing and max_token of other models (langgenius#11780) fix: file upload auth (langgenius#11774) feat: add parameters for JinaReaderTool (langgenius#11613) feat: full support for opendal and sync configurations between .env and docker-compose (langgenius#11754) feat(app_factory): speed up api startup (langgenius#11762) fix: Prevent redirection to /overview when accessing /workflow. (langgenius#11733) (doc) fix: update cURL examples to include Authorization header (langgenius#11750) Fix explore app icon (langgenius#11742) chore: improve gemini models (langgenius#11745) feat: use Gemini response metadata for token counting (langgenius#11743) ...
(cherry picked from commit ada33fa)
(cherry picked from commit 0e3f37d)
@crazywoola Can this PR be reviewed and merged by now(the v1.0 release)? This PR has been listed here for over 3 weeks😁 |
Summary
We are the modelscope community(https://www.modelscope.cn/my/overview), this PR is used to add model provider for ModelScope models, please help to review, thanks!
Doc PR:langgenius/dify-docs#389
Tip
Close issue syntax:
Fixes #<issue number>
orResolves #<issue number>
, see documentation for more details.Screenshots
Checklist
Important
Please review the checklist below before submitting your pull request.
dev/reformat
(backend) andcd web && npx lint-staged
(frontend) to appease the lint gods