Skip to content

unoxdevs/brainman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🤖 Brainman

Brainman is a fast and simple to use AI & personal assistant.

📦 Install

npm install brainman

🎉 Updates

  • API has been updated.
  • Minor bugs fixed.

🚀 Start

const brainman = require("brainman");

async function chat(prompt) {
    const response = await brainman.chat({
        prompt: prompt,
    });
    console.log(response);
}

chat(`what's your name?`);

🛠️ Support

© Copyright

This project was created by UnoxDevs and all source code rights are owned by UnoxDevs