Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

0.1.11

Compare
Choose a tag to compare
@dsdanielpark dsdanielpark released this 22 May 07:32
· 677 commits to main since this release

Clean release of Bard-API without dependency packages.

To view the PyPI installation version of Bard-API, which is version 0.1.11, you can use the following link:

Please note that this version does not include translation functionality and any features related to the googletrans and deep_translator packages. For those functionalities, you will need to install the developer version directly from the official GitHub repository of Bard-API.

  • Due to conflicts with class inheritance and composition in Bard, the usage of Googletrans for supporting other languages in Bard-API developer version increases code complexity and parameter complexity. To avoid excessive dependencies and class explosion issues, deep-translator is used for supporting other languages in Bard-API developer version.