As you may know, ChatGPT collects a lot of data on the users for the improvement of their AI, but this poses risks in its own way. I was wondering whether there are privacy alternatives to ChatGPT. Perhaps on F-Droid or Aurora/PlayStore, or for Linux.

Are there any alternatives you know of? Or are there other ways to interact with ChatGPT without giving personal information, such as a privacy focussed front-end?

      • CrabAndBroom@lemmy.ml
        link
        fedilink
        English
        arrow-up
        3
        ·
        1 month ago

        Hmm, not sure exactly. I’ve been using Llama3 because it seems to give decent results for most things quickly, but I haven’t really done much coding with it outside of some simple bash scripts TBH.

        • Croquette@sh.itjust.works
          link
          fedilink
          arrow-up
          2
          ·
          1 month ago

          I am looking for a basic coding AI. I don’t want to create a complex software, just something to get me started by example. So bash script level is good enough for me.

        • Croquette@sh.itjust.works
          link
          fedilink
          arrow-up
          3
          ·
          1 month ago

          I’m talking about really basic stuff. AI is great as an entry point to a new language.

          For example, in python, finding out the current folder in which the script is running or in preact, how to use simple hooks.

          It’s fast, and once I know the name of the functions used, I can look up the documentation I need to and find appropriate tutorials and examples.