idk i just got here
@lemmy.world
idk i just got here
I mean, that's a huge context window

I've noticed the change a few days ago, thanks for hearing my suggestion, you guys are awesome π (sorry for the late reply, I rarely use this platform lol)
Iβm just making random generators atm, trying to figure out how it works for later use since Iβm not really active in the platform, but Iβve tried putting the output alongside with the @inputs to the plugin code like this: [remember(root, "@inputs,output")] and got an error message like this:
It appears that you've got a mismatch in your opening and closing square brackets. For each opening square bracket, there should be a closing one. If you'd like to use a literal square bracket (i.e. you want to actually display one, rather than using them to output a random list item, then you need to put a "backslash" before it like "[ ... ]". Here's the text that seems to be causing the error:
It seems the plugin is currently not supporting AI output text, also, thanks for the output suggestion!
EDIT: I think I've figured out the solutions for both of my problems thanks to AI code helper π
Sorry for the late response, unfortunately, I'm just started learning coding recently, especially JS, I might need to read a bit more about this lol thanks for the link!
EDIT: Just wanted to let you know that I've figured out a solution thanks to the AI code helper, it basically wrote the similar function:
// Function to load data from local storage when the page loads
function loadData() {
userInputEl.value = localStorage.userInput || ""; // Load user input
aiOutputEl.value = localStorage.aiOutput || ""; // Load AI output
}
// Function to save data to local storage whenever there's an input change
function saveData() {
localStorage.userInput = userInputEl.value; // Save user input
localStorage.aiOutput = aiOutputEl.value; // Save AI output
}
window.onload = loadData;
And just simply put the oninput="saveData() into both input and output elements.
Did you also change the model? I asked the AI ββwhich model it was, and it said Claude 3, yesterday DeepSeek-R1, sometimes GPT-4. I'm kinda confused. Anyway, thanks for the hard work!
thanks for using Leebra!
go to feed...