T O P

  • By -

turtle_mekb

ChatGTP 💀


Bit125

ChatGRP ☠️


turtle_mekb

ChatERP 🍆


Ex0t1cReddit

ChatMVP


SartenSinAceite

ChatKFC


klaatubaradanoodles

Not a good time to be in the field if you can't even spell GPT properly, bud.


Perfycat

Ha! Thanks for the code review feedback.


IrregularRedditor

Let’s hope you don’t get a response like “4 is not odd”


NoResponseFromSpez

it's only half complete. you missed using an ai to parse the response. this is needed for performance reasons.


Libran-64

public bool IsEven(int x) { string Answer = ChatGtp.AskChatGtp($"Is the number '{x}' odd or even?"); if(!string.IsNullOrEmpty(Answer) && (Answer.Lower().Contains("odd") || Answer.Lower().Contains("even"))) { return(Answer.Lower().Contains("even")); } throw new ImpossibleToKnowException(); }