Skip to content
This repository was archived by the owner on Jun 12, 2024. It is now read-only.

Commit fdd4bb6

Browse files
authored
doc: fix further dev potential
1 parent 7597704 commit fdd4bb6

File tree

1 file changed

+12
-28
lines changed

1 file changed

+12
-28
lines changed

README.md

Lines changed: 12 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -450,32 +450,16 @@ Contributors to the [Bard API](https://github.com/dsdanielpark/Bard-API/) and [G
450450
<br>
451451

452452
<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.
461+
462+
Thank you, and have a great day.
479463
</details>
480464

481465
## Contacts
@@ -492,8 +476,8 @@ Core maintainers:
492476

493477
## References
494478
[1] Github: [acheong08/Bard](https://github.com/acheong08/Bard) <br>
495-
[2] Github: [dsdanielpark/Bard-API](https://github.com/dsdanielpark/Bard-API) <br>
496-
[3] GitHub: [HanaokaYuzu/Gemini-API](https://github.com/HanaokaYuzu/Gemini-API) <br>
479+
[2] GitHub: [HanaokaYuzu/Gemini-API](https://github.com/HanaokaYuzu/Gemini-API) <br>
480+
[3] Github: [dsdanielpark/Bard-API](https://github.com/dsdanielpark/Bard-API) <br>
497481
[4] Github: [GoogleCloudPlatform/generative-ai](https://github.com/GoogleCloudPlatform/generative-ai) <br>
498482
[5] WebSite: [Google AI Studio](https://ai.google.dev/tutorials/ai-studio_quickstart) <br>
499483

0 commit comments

Comments
 (0)