dsdanielpark / Bard-API

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

Gemini Ultra? #279

Closed ttuleyb closed 4 months ago

ttuleyb commented 4 months ago

Solution you'd like A clear and concise description of what you want to happen.

Hello, I'd like a togglable parameter that lets me use Gemini Ultra (Gemini Advanced) rather than the base version. I'm currently trying to reverse engineer the new Gemini API but its proving to be difficult with all the obfuscation Google is doing.

Thank you.

birdup000 commented 4 months ago

I want that too, it would be nice to have that.

opnoice commented 4 months ago

I want that too, it would be nice to have that.

dsdanielpark commented 4 months ago

Currently, debugging and updating the package are delayed due to difficulty in accessing the core maintainer's Gemini. We will strive to update the package as soon as possible, even if it means hand-coding.

We will also look into the mentioned feature. Thank you for your valuable feedback.

Additionally, I always welcome contributions from the open community and contributors. Please feel free to submit a pull request anytime.

Thank you.

dsdanielpark commented 4 months ago

[NOTICE] Please, go to Gemini-API https://github.com/dsdanielpark/Gemini-API

PyPI

Gemini Icon Google - Gemini API

A unofficial Python wrapper, python-gemini-api, operates through reverse-engineering, utilizing cookie values to interact with Google Gemini for users struggling with frequent authentication problems or unable to authenticate via Google Authentication.

Collaborated competently with Antonio Cheong.

What is Gemini?

[Paper] [Official Website] [Official API] [API Documents]

Gemini is a family of generative AI models developed by Google DeepMind that is designed for multimodal use cases. The Gemini API gives you access to the Gemini Pro and Gemini Pro Vision models. In February 2024, Google's Bard service was changed to Gemini.


Installation

pip install python-gemini-api
pip install git+https://github.com/dsdanielpark/Gemini-API.git

For the updated version, use as follows:

pip install -q -U python-gemini-api