dsdanielpark / Bard-API

The unofficial python package that returns response of Google Bard through cookie value.
https://pypi.org/project/bardapi/
MIT License
5.32k stars 526 forks source link

Does this API use the new Gemini Pro model, instead of PaLM2? #243

Closed hansfzlorenzana closed 10 months ago

hansfzlorenzana commented 12 months ago

Solution you'd like

Thanks!

kaizenjinco commented 12 months ago

IMO, because this project base on the response from the website of Google Bard. Google may limited some functions or features in your region like Gemini Pro and Ultra only works with English (unofficial news). So depend on your region and website :D

dsdanielpark commented 11 months ago

hansfzlorenzana, kaizenjinco I have verified the information and updated the readme. Please provide any additional comments for further revisions. Thank you for your feedback and responses. :)


What is Google Gemini?

Gemini is an advanced, multimodal AI model by Google DeepMind, capable of understanding and integrating various information types like text, code, audio, images, and video.

Access to Gemini Pro in Bard

The Bard API, sourcing responses from Google Bard's official website, allows you to receive the same responses as the website. So, if Gemini answers are available on the website, you can also accessed through the Bard API.

For more on Gemini:

dsdanielpark commented 10 months ago

Please check out #262