darksideEx
3
5
darksideEx

@lemmy.world

idk i just got here

darksideEx 4 points 7 months ago

I mean, that's a huge context window

path: 0 20396964 20397065, hotness: undefined, score: 4, children: 0
darksideEx 2 points 2 years ago

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)

path: 0 11547161 12373564, hotness: undefined, score: 2, children: 0
darksideEx 1 point a year ago

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 πŸ‘

path: 0 14181240 14213314, hotness: undefined, score: 1, children: 0
darksideEx 1 point a year ago

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.

path: 0 14182465 14213379, hotness: undefined, score: 1, children: 1
darksideEx 1 point 7 months ago

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!

path: 0 20396964, hotness: undefined, score: 1, children: 8

thanks for using Leebra!

go to feed...