search
HomeTechnology peripheralsAIGPT-4 was 'open sourced” by CS students! OpenAI Threat: If you don't take down the project, I'll sue you

As we all know, ChatGPT is free, but if you want to try the latest and most powerful GPT-4, basically the only way to go is "Krypton Gold"——

Either subscribe to ChatGPT Plus or pay to call the API.

Although there are some websites that integrate GPT, such as Microsoft's Bing, You.com, etc., they all contain some private goods.

So, what if you want to experience a more native GPT-4, but don’t want to spend money?

Recently, a project called GPT4Free came out. Not only did it gain 18.5k stars on GitHub, but it also made it onto the Trending weekly list.

However, Xtekky, the CS student who produced the project, said that OpenAI now requires him to shut down the entire project within five days or face litigation.

Project address: https://github.com/xtekky/gpt4free

The contradiction is that, The websites used by GPT4Free themselves paid a lot of money to OpenAI to use the GPT model.

Therefore, for queries that come in through scripts, the website not only has to pay for them, but it also does not get any traffic.

If this website relies on advertising revenue to offset the cost of API usage, then it may lose money after this operation.

Disguised "Open Source" GPT-4

Now, if you want to use GPT-4, in addition to directly replenishing your membership, you can only queue up and wait for the API, and then continue Krypton gold...

And GPT4Free allows us to use (bai) GPT-4 and GPT-3.5 for free through websites such as You.com, Quora and CoCalc Model.

At the same time, GPT4Free is also very simple to configure.

First, install GPT4Free on WSL2 (Windows Subsystem for Linux) on your computer. This only takes a few minutes and involves cloning the GitHub repository, using pip to install some required libraries, and running a Python script.

After starting the script, use the browser to access http://localhost:8501 to get a chatbot.

On the backend, GPT4Free uses various API addresses used by websites like You.com that provide answers through GPT-3.5/GPT-4.

Specifically, the GPT4Free script will first visit https://you.com/api/streamingSearch, pass various parameters there, and then obtain the returned JSON and format it. change.

In addition, the GPT4Free repository also has scripts for obtaining data from other websites such as Quora, Forefront, and TheB. Any developer can make his or her own chatbot based on these scripts.

In this regard, Xtekky said: "You can achieve the same effect by just opening the tabs of these websites. I can open Phind, You and other websites on my browser tabs and making a lot of requests. My repository just implements this in a simpler way."

GPT-4 was open sourced” by CS students! OpenAI Threat: If you dont take down the project, Ill sue you

On Sunday, Xtekky released a The announcement stated that he was making some improvements to his chatbot.

This chatbot is independent of the GitHub repository and is mainly used as an example to demonstrate how to use GPT4Free.

Xtekky said that he plans to move the chatbot to a different domain, rename it g4f (short for GPT4Free), and change the logo (the current one is very similar to OpenAI) .

GPT-4 was open sourced” by CS students! OpenAI Threat: If you dont take down the project, Ill sue you

Currently under maintenance

Was approached by OpenAI

It is not protected on public networks.

"OpenAI could also contact these sites and warn/notify them and then work with me to take down the content, but it looks like this (legal threat) comes entirely from OpenAI, and what they mean is basically That is, my project is a direct attack on OpenAI," Xtekky said.

If the owner of these sites has questions about his script queries, they should contact him directly. For example, Xtekky has removed scripts using phind.com, ora.sh and writessonic.com in response to requests from some websites.

Perhaps more importantly, Xtekky pointed out that these websites can prevent external use of their internal APIs through common security measures, such as blocking API traffic from non-home IPs.

Xtekky said that he had advised all the websites that wrote to him to ensure that their APIs were secure, but none of the websites had taken appropriate measures. So even if he pulls these scripts from his repository, other developers can do the same thing.

GPT-4 was open sourced” by CS students! OpenAI Threat: If you dont take down the project, Ill sue you

Now, even in the face of OpenAI’s warning, Xtekky decided to keep this warehouse. And, he also directly told OpenAI that if they wanted to take it down, they should make a formal request to GitHub instead of him.

"I think they contacted me previously to force me to delete the repository myself," he said, "but the correct way would have been to submit a formal DMCA request through GitHub."

And, even if GPT4Free never existed, as long as these sites’ APIs continue to be unprotected, anyone can find a way to use them.

"Now that GitHub users are sharing and hosting this project everywhere," Xtekky said, "deleting my repository won't matter."

The above is the detailed content of GPT-4 was 'open sourced” by CS students! OpenAI Threat: If you don't take down the project, I'll sue you. For more information, please follow other related articles on the PHP Chinese website!

Statement
This article is reproduced at:51CTO.COM. If there is any infringement, please contact admin@php.cn delete
Understanding LangChain Agent FrameworkUnderstanding LangChain Agent FrameworkApr 21, 2025 am 11:25 AM

LangChain is a powerful toolkit for building sophisticated AI applications. Its agent architecture is particularly noteworthy, allowing developers to create intelligent systems capable of independent reasoning, decision-making, and action. This expl

What are the Radial Basis Functions Neural Networks?What are the Radial Basis Functions Neural Networks?Apr 21, 2025 am 11:13 AM

Radial Basis Function Neural Networks (RBFNNs): A Comprehensive Guide Radial Basis Function Neural Networks (RBFNNs) are a powerful type of neural network architecture that leverages radial basis functions for activation. Their unique structure make

The Meshing Of Minds And Machines Has ArrivedThe Meshing Of Minds And Machines Has ArrivedApr 21, 2025 am 11:11 AM

Brain-computer interfaces (BCIs) directly link the brain to external devices, translating brain impulses into actions without physical movement. This technology utilizes implanted sensors to capture brain signals, converting them into digital comman

Insights on spaCy, Prodigy and Generative AI from Ines MontaniInsights on spaCy, Prodigy and Generative AI from Ines MontaniApr 21, 2025 am 11:01 AM

This "Leading with Data" episode features Ines Montani, co-founder and CEO of Explosion AI, and co-developer of spaCy and Prodigy. Ines offers expert insights into the evolution of these tools, Explosion's unique business model, and the tr

A Guide to Building Agentic RAG Systems with LangGraphA Guide to Building Agentic RAG Systems with LangGraphApr 21, 2025 am 11:00 AM

This article explores Retrieval Augmented Generation (RAG) systems and how AI agents can enhance their capabilities. Traditional RAG systems, while useful for leveraging custom enterprise data, suffer from limitations such as a lack of real-time dat

What are Integrity Constraints in SQL? - Analytics VidhyaWhat are Integrity Constraints in SQL? - Analytics VidhyaApr 21, 2025 am 10:58 AM

SQL Integrity Constraints: Ensuring Database Accuracy and Consistency Imagine you're a city planner, responsible for ensuring every building adheres to regulations. In the world of databases, these regulations are known as integrity constraints. Jus

Top 30 PySpark Interview Questions and Answers (2025)Top 30 PySpark Interview Questions and Answers (2025)Apr 21, 2025 am 10:51 AM

PySpark, the Python API for Apache Spark, empowers Python developers to harness Spark's distributed processing power for big data tasks. It leverages Spark's core strengths, including in-memory computation and machine learning capabilities, offering

Self-Consistency in Prompt EngineeringSelf-Consistency in Prompt EngineeringApr 21, 2025 am 10:50 AM

Harnessing the Power of Self-Consistency in Prompt Engineering: A Comprehensive Guide Have you ever wondered how to effectively communicate with today's advanced AI models? As Large Language Models (LLMs) like Claude, GPT-3, and GPT-4 become increas

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

DVWA

DVWA

Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software