Giter Club home page Giter Club logo

Comments (19)

ThePhoenixBird avatar ThePhoenixBird commented on May 18, 2024 8

"Its core code is developed in closed-source mode"

Why??

* The previously open-sourced ChatGPT desktop application has been used by hackers to spread malware. It can be easily built by anyone, and once it falls into the wrong hands, it can be a terrifying thing.

* I want to create an AI tool platform that includes many free features (with far more planned features than the existing ChatGPT desktop application) and subscription-based features.

* Many people with ulterior motives are commercializing my open-source project, and they may even delete all information related to me.
  1. That is an issue that has no relation to the software itself, all kinds of applications can suffer from this problem, Closed-Source apps have suffered from Trojans and viruses since the beginning of the internet, because people will always look for cracks or hacks to bypass restrictions to access it. Open-Source has also suffered from this problem when compiled binaries were served through 3rd parties, or people downloaded code, ISOS, and binaries from unknown sources. The first thing that any Open-Source project tells to its community is to only download from their official repo/sources.

  2. That's fine, just leave the non-subscription-based features code into this repo as Open-Source and write the rest as Closed-Source behind doors. I wouldn't trust my OpenAI API key to a software that I cant read what it does, the billing costs of an error or a misuse of the API could be astronomic.

  3. GPLv3.0 licenses do not forbid commercializing the code, modifying it, or releasing it with or without modifications, anyone can fork it, that is the pure essence of open-source. It is unfortunate and I condemn people who remove the attribution from your code which is mandatory per GPLv3.0 https://opensource.stackexchange.com/questions/4577/does-gplv3-require-attribution, and do evil things with it, but that shouldn't be a reason to take the project closed doors. The more the community grows around your project you will find more collaborators to help you out with it.

from nofwl.

lencx avatar lencx commented on May 18, 2024 8

2. That's fine, just leave the non-subscription-based features code into this repo as Open-Source and write the rest as Closed-Source behind doors. I wouldn't trust my OpenAI API key to a software that I cant read what it does, the billing costs of an error or a misuse of the API could be astronomic.

Respect your decision. If you think it's not safe, just don't install it. I never force anyone. Currently, ChatGPT is closed source, and many applications developed using OpenAI API are also closed source. If you are a programmer, I believe you can monitor all your outbound traffic instead of speculating here.

from nofwl.

lencx avatar lencx commented on May 18, 2024 6

"Its core code is developed in closed-source mode"

Why??

  • The previously open-sourced ChatGPT desktop application has been used by hackers to spread malware. It can be easily built by anyone, and once it falls into the wrong hands, it can be a terrifying thing.
  • I want to create an AI tool platform that includes many free features (with far more planned features than the existing ChatGPT desktop application) and subscription-based features.
  • Many people with ulterior motives are commercializing my open-source project, and they may even delete all information related to me.

from nofwl.

lencx avatar lencx commented on May 18, 2024 5

Except it's not in active development at all. This is a hello world application at this point with over 500 stars. Makes me wonder what the philosophy behind this is. The way the "answers" are written on this issue does not inspire confidence.

Its core code is developed in closed-source mode, and this repository will be used in the future to distribute installers and build its plugin ecosystem (it doesn't seem sensible to draw such an easy conclusion).

image

from nofwl.

cobblepot1 avatar cobblepot1 commented on May 18, 2024 4

"Respect your decision. If you think it's not safe, just don't install it. I never force anyone. Currently, ChatGPT is closed source, and many applications developed using OpenAI API are also closed source."

Appreciate you being straightforward. I won't install it. Public registered companies subject to regulation, liability, and courts are much safer bets than closed-source by an anonymous username. I'm amazed that people are comfortable installing this. Anyone who knows of an open-source alternative, please let us know. Thanks.

from nofwl.

herojig avatar herojig commented on May 18, 2024 4

It all works here, and I think I see the purpose, but already this dev is gonna have a problem as ChatGPT says the gorp below, so either there is another app, or perhaps this is what NoFWL is supposed to be in the end? I wish devs would really describe their projects better :)

I apologize for my previous responses. As an AI language model, I do not have access to every app on GitHub. However, based on the information available on GitHub, NoFWL is a Python-based social networking application that allows users to create profiles and connect with other users. The app includes features such as a recommendation system, real-time notifications, and chat functionality, among others.

In comparison, ChatGPT is an AI-powered conversational platform that uses pre-trained language models to engage users in user-friendly conversations on a variety of topics, including mental health and support services.

Therefore, the two applications are quite different in terms of their purposes and functions; NoFWL is a social networking application, while ChatGPT is a conversational AI platform.

from nofwl.

vrozkovec avatar vrozkovec commented on May 18, 2024 3

Worth mentioning this issue that explains some reasoning behind nofwl: lencx/ChatGPT#477

from nofwl.

Theblackcat98 avatar Theblackcat98 commented on May 18, 2024 2

Sorry i'm just unclear what this is, what to do with it in ChatGPT, and how to run / install / make use of it in any way. Please update readme

As the readme clearly states: "Currently under active development, please be patient. Its development is inspired by lencx/ChatGPT, but NoFWL has more powerful features."
It is under active development, the dev asks to be PATIENT, and they also explain that it's another version of their ChatGPT app with more powerful feature.

As of now, you can't "run / install / make use of it in any way", unless you just start reading source code and help in development that way.

Cheers

from nofwl.

yixinBC avatar yixinBC commented on May 18, 2024 2

is it another desktop app for chatgpt? any difference with lencx/chatgpt?

curruntly nobody but @lencx konw☺️

from nofwl.

lencx avatar lencx commented on May 18, 2024 2

preview: https://twitter.com/lencx_/status/1637055720410730497

from nofwl.

benhot avatar benhot commented on May 18, 2024 2

waitlist

from nofwl.

ThePhoenixBird avatar ThePhoenixBird commented on May 18, 2024 2

"Its core code is developed in closed-source mode"

Why??

from nofwl.

Ryangr0 avatar Ryangr0 commented on May 18, 2024 2

Not making this open source is a mistake. Think about it. You have an opportunity here. I don't think I can think of any reason why this would need to be closed off unless you're thinking about making money already?

from nofwl.

finaly55 avatar finaly55 commented on May 18, 2024 1

How to be sure that the exe is not a Trojan horse? Especially since during the installation, we ask for all admin rights. Has anyone checked the .exe ?

from nofwl.

lisiur avatar lisiur commented on May 18, 2024 1

Anyone who knows of an open-source alternative, please let us know. Thanks.

check this ChatWizard

from nofwl.

toniexly avatar toniexly commented on May 18, 2024

is it another desktop app for chatgpt? any difference with lencx/chatgpt?

from nofwl.

myndxero avatar myndxero commented on May 18, 2024

stuff.

from nofwl.

Ryangr0 avatar Ryangr0 commented on May 18, 2024

Except it's not in active development at all. This is a hello world application at this point with over 500 stars. Makes me wonder what the philosophy behind this is. The way the "answers" are written on this issue does not inspire confidence.

from nofwl.

secondtruth avatar secondtruth commented on May 18, 2024

@herojig ChatGPT is hallucinating here. It can not know NoFWL because of the knowledge cutoff (2021).

from nofwl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.