brainman
v1.7.2
Published
Brainman is a fast and simple to use AI & personal assistant.
Downloads
66
Maintainers
Readme
🤖 Brainman
Brainman is a fast and simple to use AI & personal assistant.
📦 Install
npm install brainman
🎉 Updates
- Major API improvements for faster and more accurate responses.
- Enhanced error handling for smoother user experience.
- Fixed minor bugs and performance issues.
🚀 Start
const brainman = require("brainman");
async function chat(prompt, version) {
const response = await brainman.chat({
version: version, // v1 or v2
prompt: prompt,
});
console.log(response);
}
chat(`what's your name?`, 'v2');
🛠️ Support
© Copyright
This project was created by UnoxDevs and all source code rights are owned by UnoxDevs