1.0.0 • Published 9 months ago

braveai-js v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

BraveAI-JS

BraveAI-JS is a unofficial library written in Javascript

Usage

npm install braveai-js

Code Examples

const braveai_js = require('braveai-js');
const braveAI = braveai_js.init('your api keys');

(async () => {
  const question = 'Halo, how are you ?';
  const result = await braveAI.call(question);

  console.log(result);
})();

License

This Project Licensed under the MIT License

1.0.0

9 months ago