You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 12, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+12-28Lines changed: 12 additions & 28 deletions
Original file line number
Diff line number
Diff line change
@@ -450,32 +450,16 @@ Contributors to the [Bard API](https://github.com/dsdanielpark/Bard-API/) and [G
450
450
<br>
451
451
452
452
<details><summary>Further development potential</summary>
453
-
454
-
-[ ]`refactoring`
455
-
-[x]`gemini/core`: httpx.session
456
-
-[x]`messages`
457
-
-[x]`content`
458
-
-[x]`text`
459
-
-[x]`parsing`
460
-
-[x]`image`
461
-
-[x]`parsing`
462
-
-[x]`response format structure class`
463
-
-[ ]`tool_calls`
464
-
-[ ]`third party`
465
-
-[ ]`replit`
466
-
-[ ]`google tools`
467
-
-[ ]`gemini/client`: httpx.AsyncClient
468
-
-[ ]`messages`
469
-
-[ ]`content`
470
-
-[ ]`text`
471
-
-[ ]`parsing`
472
-
-[ ]`image`
473
-
-[ ]`parsing`
474
-
-[ ]`response format structure class`
475
-
-[ ]`tool_calls`
476
-
-[ ]`third party`
477
-
-[ ]`replit`
478
-
-[ ]`google tools`
453
+
454
+
Modifications to the async client using my logic are needed, along with automatic cookie collection via browser_cookie3, and implementation of other Bard API features (such as code extraction, export to Replit, graph drawing, etc.).
455
+
456
+
Please note that while reviewing automatic cookie collection, it appears that cookies expire immediately upon sending a request for collection. Efforts to make it more user-friendly were unsuccessful. Also, the _sid value seems to work normally even when returned as None.
457
+
458
+
Lastly, if the CustomParser and ResponseParser algorithms do not function properly, new parsing methods can be updated through conditional statements in the relevant sections.
459
+
460
+
I do not plan to actively curate this repository. Please review [HanaokaYuzu/Gemini-API](https://github.com/HanaokaYuzu/Gemini-API) first.
0 commit comments