Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API gives unexpected/bad responses #26

Open
Daniel27110 opened this issue Jun 27, 2023 · 2 comments
Open

API gives unexpected/bad responses #26

Daniel27110 opened this issue Jun 27, 2023 · 2 comments

Comments

@Daniel27110
Copy link

Starting today, the bot's answers became dull and unintelligent, replying with the same prompt that was given or fragments of the prompt.

Example:

import { Bard } from "googlebard";

let cookies = `__Secure-1PSID=<YOUR_COOKIE>`;
let bot = new Bard(cookies, {
    inMemory: false,
    savePath: "./conversations.json",
});

let conversationId = "test_id";

let response = await bot.ask("My name is Mehul", conversationId);
console.log(response);
>> Mehul

The issue persists after the module is reinstalled and also after the conversation is reset. Updating the cookie ID didn't help either. It used to work perfectly, this issue started presenting itself just today.

@raymerjacque
Copy link

yea, i keep getting : "sorry i couldnt generate a response" just started recently... no errors tho.

@AtharvDhoot
Copy link

AtharvDhoot commented Jun 28, 2023

I think google has tried to remove this unofficial api, it has stopped working for me too. More in here Github issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants