Skip to content

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

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

ttstudio300
Copy link

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/

@github-actions github-actions bot added the pr: new extension Pull requests that add a new extension label Aug 2, 2025
@Brackets-Coder
Copy link
Contributor

Ok I'll give a review ASAP

Copy link
Contributor

@Brackets-Coder Brackets-Coder left a 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
Copy link
Contributor

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',
Copy link
Contributor

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}) {
Copy link
Contributor

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.

@ttstudio300
Copy link
Author

I should have looked into the upload process a little more before uploading this here

@Brackets-Coder
Copy link
Contributor

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

Copy link
Author

@ttstudio300 ttstudio300 left a 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

Copy link
Author

@ttstudio300 ttstudio300 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@Brackets-Coder
Copy link
Contributor

alright lemme check

@ttstudio300
Copy link
Author

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)

@Brackets-Coder
Copy link
Contributor

Alright I'm a bit busy right now so I'll try to help you later.

@ttstudio300
Copy link
Author

thank you. I appreciate it

@GaypataponALT
Copy link

Can you please show me code examples like how to create a chatbot with it? I would love to know how to use it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr: new extension Pull requests that add a new extension
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants