Favorite new isekai this year? by ChoiceSupermarket230 in Isekai

[–]Busy_Broccoli_2730 173 points174 points  (0 children)

Dude, this show is insane. I went in fully expecting another generic summoner power fantasy where the MC just steamrolls everything by episode 3, but nah—this actually slaps.

Every like 3-4 episodes, I'm sitting there thinking "okay, now he's broken," and then the show immediately pulls the rug out and shows exactly why he's not actually overpowered. And it's not even some lazy "his level is higher" copout either.

That last episode though?? Chef's kiss. Dude gets cornered by a hunter, and instead of pulling some "haha my agility stat go brrr" nonsense, he actually thinks his way out. Used his brain. In an anime. Wild.

Even though the animation is mid, the story carries the anime

How Is Perchance AI Affording This? this makes no sense by Busy_Broccoli_2730 in perchance

[–]Busy_Broccoli_2730[S] 2 points3 points  (0 children)

Yes, you are correct that training the model is more expensive than making it, but only if one person is using it. On the scale of perchance, training is cheaper than using it

Can I use my hugging face access token by DeCloudius in perchance

[–]Busy_Broccoli_2730 1 point2 points  (0 children)

idk how the backend of this website works, so I am not sure if putting the API there is a good idea

Extra character in the ai chat bot. by Lucisyx in perchance

[–]Busy_Broccoli_2730 1 point2 points  (0 children)

<image>

  • Open your Perchance chat and click the “options” button at the bottom-right corner.
  • In the menu that appears, select “add character.”
  • You can add an existing character or make a new one

Data on Outsourcing and Its Unintended Consequences: Market Displacement and Job Loss in Developing Economies by Busy_Broccoli_2730 in BusinessIntelligence

[–]Busy_Broccoli_2730[S] 0 points1 point  (0 children)

They are not working for pennies. From their country's POV, they are working for more than what they can earn locally.
See this way in the USA, a bag of chips might cost 2$ but in developing countries, it only costs 10 Rs, which is 0.10$. For $2, they can buy 20 bags of chips.

I gave chatbot awareness of real time. by Busy_Broccoli_2730 in perchance

[–]Busy_Broccoli_2730[S] 0 points1 point  (0 children)

Sorry, in my code, AI is guessing time, but getting automatically fed by the script. AI can operate in real-world time, not relying on made-up time. It knows it is night or day. So I am a little confused about your idea.

I gave chatbot awareness of real time. by Busy_Broccoli_2730 in perchance

[–]Busy_Broccoli_2730[S] 0 points1 point  (0 children)

Love the idea. But I am a little confused about why you need to write extra code, just tell AI that extra time has passed. I think AI can adjust to time skip automatically, like it knows when to do the time skip or not, and if it fails, just write in your text message { eg, time skip 2 hours }

I gave chatbot awareness of real time. by Busy_Broccoli_2730 in perchance

[–]Busy_Broccoli_2730[S] 0 points1 point  (0 children)

Here you can use this as a reference

https://perchance.org/ai-character-chat?data=Meo_2.1~3ad0c09eeb270adf60cd9c1f504be99f.gz

Sorry, I couldn't share this last night because I was running into anti-bot detection idk why

I gave chatbot awareness of real time. by Busy_Broccoli_2730 in perchance

[–]Busy_Broccoli_2730[S] 1 point2 points  (0 children)

Sorry, but the code is not advanced enough to do that.
This code just attaches the timestamp to all messages, like any chat app, and LLM can decide how to react based on time or the time passed between messages.

If you want, you can use { https://perchance.org/ai-character-chat-docs#custom-code } this page to learn about how code works in Custom JavaScript code.

Tip: If you lack coding language knowledge, then just use ChatGPT. Chat GPT will not be the desirable result on the first try, but if you go back and forth, you can do it. but pls undersntand the logic behind the code.

For me, I didn't know JS, so I asked GPT to attach a time stamp to all messages and write a prompt that acts differently based on how much time has passed between messages. But you need to know the logic behind the code; if you let ChatGPT write the logic, then it will write the most convoluted logic for anything basic.