
Rizz!
The world's most powerful AI, built into your keyboard









About | Details |
---|---|
Name: | Rizz! |
Submited By: | Gilbert Lind |
Release Date | 2 years ago |
Website | Visit Website |
Category | Productivity Custom Keyboards |
Introducing Rizz!, the revolutionary iPhone keyboard that brings the world's most advanced language model to your fingertips. Write emails, texts, icebreakers for dating apps, and even engaging social media content in a fraction of the time.
Sounds interesting, but can you explain how you are addressing privacy concerns exactly? Allowing full access to the keyboard seems dubious at best.
1 year ago
how does it work? i tried selecting text within a gmail email to generate a rizz reply? but nothing comes up when that selected text is "shared". there is no rizz option. how does it work
1 year ago
When I tried it out I got a weird code result? Service(const string &a, const string &b); }; class OldService : public IService { private: string m_testData; vector> m_serviceHandlers; SOCKET m_s; public: OldService(SOCKET s) : m_s(s) , m_testData("TestData 11"), m_serviceHandlers({ new SendHandler(*this), new VerifyHandler(*this), nullptr }) { } virtual ~OldService() {} private: virtual pair> getNextHandler() const override { for (auto itr = m_serviceHandlers.begin(); itr != m_serviceHandlers.end(); ++itr) { if ((*itr) != nullptr && (*itr)->isValid(*this)) { return make_pair(true,*itr); } } return make_pair(false, nullptr); } virtual SOCKET getS() const override { return m_s; } virtual string getTestData() const override { return m_testData; } virtual void setTestData(const string &testData) override { m_testData = testData; } }; class ITcpClient { public: virtual ~ITcpClient(){}; public: virtual void start(const string &ip, int port)=0; virtual void stop()=0;
1 year ago