GithubHelp home page GithubHelp logo

adamsey / bard-unofficial-api Goto Github PK

View Code? Open in Web Editor NEW
22.0 22.0 7.0 33 KB

Google's Bard ChatBot Unofficial NodeJS API

JavaScript 100.00%
ai api bard chatbot chatgpt cli google nodejs npm reverse-engineering scraping

bard-unofficial-api's People

Contributors

adamsey avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

bard-unofficial-api's Issues

Error msg after install

Here's my CLI:


macallik@penguin:~$ bard -h
file:///usr/local/lib/node_modules/bard-bot/src/ChatBot.js:104
this.choiceId = results.choices[0]?.id || "Google Bard couldn't answer this question.";

SyntaxError: Unexpected token '.'


Ran it through bard & received the following response:


_The error message means that the JavaScript interpreter encountered an unexpected token, the period (.) The period (.) is an operator that is used to access the properties of an object. In this case, the interpreter is expecting a property name, but instead it found a period. This is most likely a typo, and the correct code should be:

this.choiceId = results.choices[0].id || "Google Bard couldn't answer this question.";_


Not sure that this is true, went to ~/node_modules/bard-bot/src/ChatBot.js and removed the period (and separately removed the '?' but no dice either way. Might be a clear sign of Bard hallucimagining a solution lol, but curious what to do to fix the issue? I only D/L'd npm/nodejs for this use case if that matters

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.