Google-Bard icon indicating copy to clipboard operation
Google-Bard copied to clipboard

A Java Lib for Google-Bard API (Reverse engineering of Google's Bard API)

Results 7 Google-Bard issues
Sort by recently updated
recently updated
newest added

Hi, I am testing your library with the example from the project: **Code:** ```java public class BardDemo { public static void main(String[] args) { AIClient client = new GoogleBardClient("MY_TOKEN"); Answer...

I wish for this library to be updated Google's rebranding from Bard to Gemini broke everything

The `.markdown()` function doesn;t return YouTube links provided when you have the YouTube extension enabled

Hello, I've tried to copy the cookies like the documentation said, but I can not find the second cookie... I've tried on Firefox and Edge, but no result for them....

11:01:06.817 [main] INFO com.pkslow.ai.GoogleBardClient -- getSNlM0e Response code: 200 11:01:07.555 [main] INFO com.pkslow.ai.GoogleBardClient -- calling Bard with request BardRequest{strSNlM0e=AOTFbH4txcjTYWlPABGtcQ_hFJcH:1693537266664, question=can you show me a picture of clock?, conversationId=, responseId=, choiceId=}...

Any request gives me 429 http error with redirect link to google's page "Are you human? We suspect, you're robot" + capcha Did logout in browser on Bard page, picked...

It'd be really great if we could somehow use the conversation id of a chat for asking stuff with context of previous chats, there seems to be no API for...