feat: Add top_n to DeepLForm #1739 (#2629)

### What problem does this PR solve?

feat: Add top_n to DeepLForm #1739

### Type of change

- [ ] Bug Fix (non-breaking change which fixes an issue)
- [x] New Feature (non-breaking change which adds functionality)
- [ ] Documentation Update
- [ ] Refactoring
- [ ] Performance Improvement
- [ ] Other (please describe):
This commit is contained in:
balibabu
2024-09-27 19:22:33 +08:00
committed by GitHub
parent 96f56a3c43
commit a246e5644b
2 changed files with 4 additions and 5 deletions

View File

@ -410,7 +410,7 @@ export const initialGoogleScholarValues = {
};
export const initialDeepLValues = {
text: 5,
top_n: 5,
auth_key: 'relevance',
};