-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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 deepseek-coder-v2 in siliconflow #6149
Conversation
Please fix the lint errors in CI |
https://github.com/deepseek-ai/DeepSeek-Coder-V2 It seems it has upgrade it's context length to 128k Link #6215 |
@takatost Could you help review the code? |
currently, siliconflow support 32K context length. see: https://siliconflow.cn/models#models |
api/core/model_runtime/model_providers/siliconflow/llm/deepseek-v2-chat.yaml
Outdated
Show resolved
Hide resolved
Hello please resolve that conversation, once it's resolved, we can merge it into main. |
api/core/model_runtime/model_providers/siliconflow/siliconflow.yaml
Outdated
Show resolved
Hide resolved
@takatost i have resolve the aforementioned conversation, please check again. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
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 godsDescription
Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue. Close issue syntax:
Fixes #<issue number>
, see documentation for more details.Close #6148
Type of Change
Testing Instructions
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration