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

Commit

Permalink
doc: fix further dev potential
Browse files Browse the repository at this point in the history
  • Loading branch information
dsdanielpark authored Mar 11, 2024
1 parent 7597704 commit fdd4bb6
Showing 1 changed file with 12 additions and 28 deletions.
40 changes: 12 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -450,32 +450,16 @@ Contributors to the [Bard API](https://github.com/dsdanielpark/Bard-API/) and [G
<br>

<details><summary>Further development potential</summary>

- [ ] `refactoring`
- [x] `gemini/core`: httpx.session
- [x] `messages`
- [x] `content`
- [x] `text`
- [x] `parsing`
- [x] `image`
- [x] `parsing`
- [x] `response format structure class`
- [ ] `tool_calls`
- [ ] `third party`
- [ ] `replit`
- [ ] `google tools`
- [ ] `gemini/client`: httpx.AsyncClient
- [ ] `messages`
- [ ] `content`
- [ ] `text`
- [ ] `parsing`
- [ ] `image`
- [ ] `parsing`
- [ ] `response format structure class`
- [ ] `tool_calls`
- [ ] `third party`
- [ ] `replit`
- [ ] `google tools`

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.).

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.

Lastly, if the CustomParser and ResponseParser algorithms do not function properly, new parsing methods can be updated through conditional statements in the relevant sections.

I do not plan to actively curate this repository. Please review [HanaokaYuzu/Gemini-API](https://github.com/HanaokaYuzu/Gemini-API) first.

Thank you, and have a great day.
</details>

## Contacts
Expand All @@ -492,8 +476,8 @@ Core maintainers:

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

Expand Down

0 comments on commit fdd4bb6

Please sign in to comment.