-
Notifications
You must be signed in to change notification settings - Fork 176
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 youdao translate function #315
base: main
Are you sure you want to change the base?
Conversation
community/function-calling/spring-ai-alibaba-starter-function-calling-youdaotranslate/pom.xml
Show resolved
Hide resolved
@Configuration | ||
@ConditionalOnClass(YoudaoTranslateService.class) | ||
@EnableConfigurationProperties(YoudaoTranslateProperties.class) | ||
@ConditionalOnProperty(prefix = "spring.ai.alibaba.functioncalling.youdao", name = "enabled", havingValue = "true") |
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.
这里命名需要调整为youdaotranslate 对标 microsofttranslate
/** | ||
* @author Yeaury | ||
*/ | ||
@ConfigurationProperties(prefix = "spring.ai.alibaba.functioncalling.youdao") |
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.
同上
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.
LGTM
Describe what this PR does / why we need it
Youdao Translation's API calls implement the translation service
Does this pull request fix one issue?
#98 #247
Describe how you did it
Describe how to verify it
Special notes for reviews