dsdanielpark / Gemini-API

The unofficial python package that returns response of Google Gemini through cookie values.
https://pypi.org/project/python-gemini-api/
MIT License
148 stars 11 forks source link

Fix missing import #8

Closed galihmrd closed 4 months ago

dsdanielpark commented 4 months ago

Thank you. Fore was planning to delete the unnecessary instances below, so a fix was made to remove the unnecessary parts.

The current necessary modifications are as follows: 1) Parsing the response text and storing it in a dict 2) Implementing the content from the Bard API, such as replit, as is (not too difficult) 3) Organizing the logic for the async client by referring to core.py

Thank you for your contribution, but please understand that we cannot merge it as the modifications required are slightly different. Thank you, and have a happy weekend.

galihmrd commented 4 months ago

😉👍