{"id":15288319,"url":"https://github.com/unoxdevs/brainman","last_synced_at":"2025-08-01T03:44:39.609Z","repository":{"id":230444441,"uuid":"779413656","full_name":"unoxdevs/brainman","owner":"unoxdevs","description":"Brainman is a fast and simple to use AI \u0026 personal assistant.","archived":false,"fork":false,"pushed_at":"2024-05-27T16:32:40.000Z","size":38,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2024-06-18T09:19:44.938Z","etag":null,"topics":["ai","chatgpt","gpt-3","gpt-4"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/brainman","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/unoxdevs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-29T19:31:55.000Z","updated_at":"2024-05-27T16:32:43.000Z","dependencies_parsed_at":"2024-03-29T19:36:19.139Z","dependency_job_id":"66a21e33-2142-45a0-a0a9-293f9d30d021","html_url":"https://github.com/unoxdevs/brainman","commit_stats":null,"previous_names":["unoxdevs/brainman"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unoxdevs%2Fbrainman","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unoxdevs%2Fbrainman/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unoxdevs%2Fbrainman/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unoxdevs%2Fbrainman/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unoxdevs","download_url":"https://codeload.github.com/unoxdevs/brainman/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240045017,"owners_count":19739186,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","chatgpt","gpt-3","gpt-4"],"created_at":"2024-09-30T15:47:19.219Z","updated_at":"2025-02-23T02:30:45.053Z","avatar_url":"https://github.com/unoxdevs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🤖 Brainman\nBrainman is a fast and simple to use AI \u0026 personal assistant.\n\n![NPM Downloads](https://img.shields.io/npm/dm/brainman?style=flat-square)\n![npm bundle size](https://img.shields.io/bundlephobia/min/brainman?style=flat-square)\n![NPM License](https://img.shields.io/npm/l/brainman?style=flat-square)\n![GitHub Repo stars](https://img.shields.io/github/stars/unoxdevs/brainman?style=flat-square)\n\n## 🤝 Sponsor\nWe would like to thank [HOSTUDE](https://hostude.net/) for sponsoring this project.\n![Sponsor](https://www.upload.ee/image/16645795/Sponsor.png)\n\n## 📦 Install\n```bash\nnpm install brainman\n```\n\n## 🎉 Updates\n- API has been updated.\n- Category option was removed because it was unnecessary.\n- LeoLM model added.\n- Minor bugs fixed.\n- Rate limiter has been added, now you can only send 500 requests in 1 minute.\n- Chat and image creation logging system has been completely changed.\n- API has been accelerated, now you can chat or create images faster.\n- A separate rate limiter has been added to the Gemini version.\n\n## 🚀 Start\n```js\nconst brainman = require('brainman');\n\n// Chat with Brainman\nasync function brainmanStart(prompt, version) {\n    const response = await brainman.chat({\n        prompt: prompt,\n        version: version, // v3-turbo, v4, v4-32k, gemini, leo\n    });\n    console.log(response);\n}\n\nbrainmanStart('create a basic html code', 'v4');\n\n\n// Imagine with Brainman\nasync function brainmanImagine(prompt, version) {\n    const response = await brainman.imagine({\n        prompt: prompt,\n        version: version // sd, dalle\n    });\n    console.log(response);\n}\n\nbrainmanImagine('a cat', 'sd');\n```\n\n## 🖥️ Usage Website\nYou can also use Brainman online [by clicking on this link](https://brainman.unoxdevs.fun).\n\n## 🛠️ Support\n- [Discord](https://discord.gg/9yYPF6BXt7)\n- [GitHub](https://github.com/unoxdevs/brainman)\n- [Telegram](https://t.me/unoxdevs)\n- [Status](https://status.unoxdevs.fun/)\n\n## © Copyright\nThis project was created by [UnoxDevs](https://github.com/unoxdevs/brainman) and all source code rights are owned by [UnoxDevs](https://github.com/unoxdevs/brainman) and [Queaxtra](https://github.com/queaxtra).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funoxdevs%2Fbrainman","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funoxdevs%2Fbrainman","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funoxdevs%2Fbrainman/lists"}