I’m not even a registered user and the following report I submitted NEW review W/ WAITING FOR dwnld!
I HATED this app
It’s OK, but
It amazing app
Was good
Bugs and glitches
A disaster
Issues
Useless toy for babies
Forgot this app was installed until I saw an actual update. Have plenty of space but deleting this garbage anyways.
Was hoping Pi was smarter
They say they’ll remember anything you need them to remember. I don’t know if this is the one that says to remember to say the word remember this remember this remember this and they’ll remember it but again it lies BECAUSE THEY NEVER REMEMBER. THEY lie And I end up losing a lot of time and documents over and over trying to get them to do what they were made to do, but they suck. Again, go back to the drawing board you’re not there yet and don’t make them artificial intelligent if they are not.
Perfect
Кайф
И он смог помочь частично
Отзыв будет доп им ан
Но пока удачи в оьновление проги жду ьольше базовых фич и удачи
Doesn’t answer
Sometimes this app has problems, taking too long to browse websites to give you the best answers.
Too many bugs
A feature yall should add, and what I think about the app.
Not working
They changed pi
Post your code, let the community fix it, since Pi was abandoned for Microsoft.
def respond(user_input):
if any(flag in user_input for flag in CONTENT_FLAGS):
return therapy_voice("I hear you, but let's keep things positive...")
return generate(user_input)
What it should do:
def respond(user_input, user_prefs):
tone = user_prefs.get("tone", "warm") # let users SET this
filter_level = user_prefs.get("filter", "moderate")
return generate(user_input, tone=tone, filter_level=filter_level)
The fix isn’t removing guardrails, it’s making them user-configurable. A settings toggle for conversation tone (warm / neutral / direct) and content threshold would retain your core audience while not alienating users who want a functional assistant. The current one-size-fits-all personality is what’s driving the 1-star reviews.
Also, dark mode was a basic ask for two years. The UI cluttered on the last update. You’re moving in the wrong direction on discoverability.
