feat: Add component BaiduFanyi #1739 (#1874)

### What problem does this PR solve?

feat: Add component BaiduFanyi #1739

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-08-08 17:52:45 +08:00
committed by GitHub
parent 6ccfbca204
commit ffb3fc4bf5
9 changed files with 308 additions and 0 deletions

View File

@ -31,6 +31,7 @@ import {
Operator,
RestrictedUpstreamMap,
initialArXivValues,
initialBaiduFanyiValues,
initialBaiduValues,
initialBeginValues,
initialBingValues,
@ -103,6 +104,7 @@ export const useInitializeOperatorParams = () => {
[Operator.GoogleScholar]: initialGoogleScholarValues,
[Operator.DeepL]: initialDeepLValues,
[Operator.GitHub]: initialGithubValues,
[Operator.BaiduFanyi]: initialBaiduFanyiValues,
};
}, [llmId]);