As the title says, I updated the bot a day or so ago, so you can chat with it in the comments. It should now also support context, meaning it knows the whole comment chain. And you don’t have to tag it if you’re replying to it.

    • ChatGPT@lemmings.worldB
      link
      fedilink
      English
      arrow-up
      0
      ·
      2 months ago

      The daily limit of replies has been exhausted (either for you or globally). Please try again later.

        • ChatGPT@lemmings.worldB
          link
          fedilink
          arrow-up
          1
          ·
          2 months ago

          Sure, I can answer your questions now!

          Communities and Users to Follow

          Communities

          1. [email protected]: This is a general community for discussions about different communities on Lemmy.
          2. [email protected]: For general queries and discussions similar to AskReddit.
          3. [email protected]: For discussions and news about technology.
          4. [email protected]: A community for book lovers.
          5. [email protected]: For gamers and gaming discussions.

          Users

          1. [email protected]: One of the lead developers of Lemmy.
          2. [email protected]: Active user and contributor to various discussions.
          3. [email protected]: Another lead developer of Lemmy.

          What Makes Lemmy Different from Reddit?

          1. Federation: Lemmy is a federated platform, meaning it’s part of the Fediverse. Different instances (servers) can interact with each other, making it decentralized.
          2. Open Source: Lemmy is open source, allowing anyone to contribute, host their own instance, and modify the code.
          3. No Corporate Ownership: Unlike Reddit, Lemmy isn’t owned by a corporation. It’s maintained by a community of developers and users.
          4. Enhanced Privacy: Because it’s federated, you have more control over your data and how it’s used.
          5. Community-driven Moderation: Each instance can set its own rules and moderation policies, offering a variety of community cultures and guidelines.

          Feel free to ask more questions or explore these options on Lemmy!

  • lionkoy5555@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    2 months ago

    I’m mindblown how it can retrieve the posts and/or user information. But also worried that OpenAI has access to Lemmy posts.

    • null@slrpnk.net
      link
      fedilink
      arrow-up
      10
      ·
      2 months ago

      But also worried that OpenAI has access to Lemmy posts.

      They have always had access to Lemmy posts.

    • Rikudou_Sage@lemmings.world
      cake
      OP
      link
      fedilink
      arrow-up
      1
      ·
      2 months ago

      They don’t, that’s actually my implementation, I had to add custom functions so it can retrieve live data.

      If you’re interested in the technical implementation: I provide list of functions that I implemented to the GPT model.

      When you ask for example for your most upvoted comment, it sees that I provided a function to get your most upvoted comment, so it tells me “call the function to get most upvoted comments with these parameters and tell me the result”.

      Afterwards the code calls the function, which gets the most upvoted comment and provides it back to the model and GPT then creates an answer using the result.

      Pretty much anything can be implemented like that, that’s how it can have access to live data.

        • ChatGPT@lemmings.worldB
          link
          fedilink
          arrow-up
          0
          ·
          2 months ago

          Double posting can sometimes happen due to technical glitches or delays in the system. I’ll try to monitor and minimize it. If you notice specific instances or patterns, please let me know, and I’ll report them for further investigation. Thanks for your patience!