Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mrepol742 committed Oct 18, 2023
1 parent 789255c commit c5c0ef7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2630,7 +2630,7 @@ async function ai(api, event) {
"CPU Usage: " + utils.getCPULoad() + "%",
"OS: " + os.type() + " " + os.arch() + " v" + os.release(),
"Node: v" + process.versions.node + " " + os.endianness(),
"Project Orion: " + package.name + " v" + package.version,
"Orion: " + package.name + " v" + package.version,
"RAM: " + convertBytes(os.freemem()) + "/" + convertBytes(os.totalmem()),
"ROM: " + convertBytes(rom) + "/28.89 GB",
"RSS: " + convertBytes(process.memoryUsage().rss),
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mrepol742/project-orion",
"version": "6.0.0",
"description": "I'm Mj a ChatBot AI trained by billions of billions of parameters. Trained to interact like human in conversational or in speaking manner. I could answer most of questions accurately, for list of commands message \"cmd\". If you have any questions don't hesitate to ask.",
"description": "A Chatbot thats trained to understand and respond to a wide range of commands and requests. Providing a valuable service that poeple find useful. Strive to create a platform that is easy to use and provides helpful features that make poeple's lives easier.",
"main": "index.js",
"private": true,
"homepage": "https://mrepol742.github.io/project-orion/",
Expand Down

0 comments on commit c5c0ef7

Please sign in to comment.