0.1.14
版本发布时间: 2023-05-26 21:54:22
dsdanielpark/Bard-API最新发布版本:0.1.40(2024-02-25 02:47:25)
During the process of handling images, certain conditional statements have been strengthened to resolve errors. Additionally, versioning issues have been corrected for versions 0.1.11multilang
, 0.1.11multilang2
, 0.1.12
, and 0.1.13
, where they were incorrectly labeled as version 0.1.11
. To address this, version 0.1.14
is being released.
Version 0.1.14
, which is distributed via PyPI, includes the following additions to the 0.1.11
version:
- You can interact with Bard using the 'language' parameter, allowing you to converse with Bard using Google Translate.
- You can receive links that are searched by Bard. The response dictionary of Bard will have an additional key called 'links'.
- For images provided by Bard, you can now check them sequentially using the 'images' key.
- The ChatBard class has been added, allowing for easy communication through simple configuration settings.