Skip to content

nishantapps/node-bard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node Bard | A perfect module to get AI to your projects

Installation

Open command prompt and type:

npm i @nishantapps/node-bard

Usage

import {setConfig,createText} from '@nishantapps/node-bard'
const config = {
    userid:'userid',
    key:'makersuite.google.com key',
    apikey:'rapidapi key'
};

setConfig(config);


async function main() {
    console.log(await createText('Привет братан'))
}

main();

Faq:

How to get key?

--> Go to https://makersuite.google.com and get it from there

Where to get userid?

--> Go to our discord server https://discord.gg/Fnt6qDrJGQ and execute the command in #register channel: /register. You will get your userid in your dms

Contributers

Thanks goes to these wonderful people (🤗):

npmnishantsharma
npmnishantsharma
npmnishantsharma
Alpha

Bug Hunters

Thanks goes to these wonderful people for getting bugs in our app (🤗):

npmnishantsharma
Dae
npmnishantsharma
Alpha

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published