Comment on Google Gemini struggles to write code, calls itself “a disgrace to my species”
Aggravationstation@feddit.uk 3 weeks agoif exists(thing) {
write(thing);
} else {
write(“I do not know”);
}
Yea I see what you mean, I guess in that sense they know if a state is true or false based on an input.
btaf45@lemmy.world 2 weeks ago
exists() is just a hashtag or other type of information lookup. The information is either there or it is not.