-
Notifications
You must be signed in to change notification settings - Fork 280
Add MoutainAI extension #2201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Add MoutainAI extension #2201
Conversation
Ok I'll give a review ASAP |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs some changes, but looks promising for AI extension
// ID: MountainAI | ||
// Description: Create and run your own GPT like ai models localy! | ||
// By: RadereDev | ||
// Original: RadereDev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Original shouldn't be needed, the same is already in "by"
{ | ||
opcode: 'train', | ||
blockType: Scratch.BlockType.COMMAND, | ||
text: 'train on text [TEXT], [EPOCHS] epochs', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Most of your lint errors are block translation, just remember to wrap these strings in Scratch.translate()
}; | ||
} | ||
|
||
async train({TEXT, EPOCHS}) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generally speaking block functions shouldn't be asynchronous, but I'd need a moderator to confirm this.
I should have looked into the upload process a little more before uploading this here |
It's alright, it can be fixed and has a lot of potential. These things take time and experience, don't worry too much about it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
now its all okay. as i see
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
alright lemme check |
never thought that GitHub is that hard. still not sure. fixed i everything or not. just in editor all worked perfect. due to my poor English and knowledge of GitHub, I probably won't be able to handle the release) |
Alright I'm a bit busy right now so I'll try to help you later. |
thank you. I appreciate it |
Can you please show me code examples like how to create a chatbot with it? I would love to know how to use it |
MountainAI extension.
adds full local ai learning and run blocks.
it can train and run ChatGPT like ai models localy.
user can add any text and make ai learn on it.
in short. user can make his small ChatGPT right in his project. without any api's or internet/