Hey all, I made a custom pirate-themed Babylon.js-specific ChatGPT chatbot that specializes in creating Babylon scenes:
You’ll need to sign in to use it, but it should work with accounts on the free tier.
Try it out!
Hey all, I made a custom pirate-themed Babylon.js-specific ChatGPT chatbot that specializes in creating Babylon scenes:
You’ll need to sign in to use it, but it should work with accounts on the free tier.
Try it out!
Nice ! I never tried to create a custom GPT with ChatGPT, but I guess it’s about writting your self some system prompts ? Or so you have more “low level” access ?
Following a similar feature request by @tapanij , I’m currently working on a custom LLM specific to BabylonJS… It’s not easy ! I’m running locally gemma3:4b model, and my process is like so :
(pre-processed, python)
.md
files from the doc sources(run-time, NodeJS & Python)
My final goal is to target an “up to date” LLM, where you can ask somethink like “Hey, how can I setup self-shadowing on my mesh ?” and the answer would be 100% up to date with the last state of the documentation
cc @georgie