The result of a little experiment with ADA turned into a full on GPT, I present JS Code Runner. This GPT specializes in JavaScript. It executes and debugs JavaScript code directly through ADA using Deno!
#JS Code Runner
1 messages · Page 1 of 1 (latest)
good
How does the GPT work?
Well, I first uploaded a Deno binary into the knowledge base.
Then, in the instructions, I tell it to install Deno first whenever anything related to JS is done.
Surprisingly, ADA can install some packages and binaries directly through the files.
Then, the GPT can run JavaScript code directly in ADA
This technique requires no action usage, and can even be done with regular ChatGPT!
Hopefully this will inspire others to create more GPTs using this technique, so that we can showcase the full power of ADA.
What OS?
ADA runs on Ubuntu
Does this mean we basically have root access to a VM or something? sorry am new
No
But, ChatGPT is allowed to install binaries and packages as long as they don't need sudo
Or dpkg for that matter
So, I have ChatGPT install Deno.
oh that's awesome! I'm going to try to have it install Rust lmao.
Which lets ADA run JS code natively
That might actually work
Lemme try it
❤️ I'm at my usage cap. lmk how it goes 🙂
Ran into a little problem
It's not uploading fast enough 💀
Should I try stable instead of beta
Nvm
Isn't Deno larger than Rust?
:y
I'll dm you
I sent direct download links to work around the install script. I'll get timed out if I link it here lol
My best guesses:
x86_64-unknown-linux-gnu
x86_64-unknown-linux-musl
It's gnu
The Deno binary I used is also gnu and it works