-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
feat: add volcengine maas model provider #4142
Conversation
Can you please add some integrate or unit tests? |
sure |
@takatost Integration test cases have been added |
Thanks! We will review and test ASAP. |
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.
I haven't applied for the maas permission of Volcengine yet, but I have reviewed the code and found no issues. Thank you very much!
Hello please add my wechat crazyphage, I will invite you to our contributors' group. |
@crazywoola Sorry to reply to you so late, I've already sent out an add request |
Description
add volcengine maas models provider
Fixes # (issue)
Type of Change
Please delete options that are not relevant.
How Has This Been Tested?
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
Suggested Checklist:
dev/reformat
(backend) andcd web && npx lint-staged
(frontend) to appease the lint godsoptional
I have made corresponding changes to the documentationoptional
I have added tests that prove my fix is effective or that my feature worksoptional
New and existing unit tests pass locally with my changes