Skip to content

Transform the web version of ChatGPT into an API and make it accessible for multi-user usage;将网页版ChatGPT变成API,支持多连接

Notifications You must be signed in to change notification settings

Monohitoxx/browser-chatgptapi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

browser-chatgptapi

中文简体

By injecting js scripts into the browser OpenAI ChatGPT page, ChatGPT on the web page is turned into an API that supports multiple simultaneous connections

How to use: How to use?

Recommended Magic Network: click this link to have a monthly $1 discount package

Implementation idea.

Build a message forwarding server, and complete communication with the server by injecting scripts into the browser ChatGPT page. The message forwarding server allows multiple users to connect, and queries raised by the user are queued and processed in order and returned to the user.

Demonstration.

Demo video: YouTube

image

Architecture diagram

architecture-diagram.png

Finally

The code is relatively rudimentary, there is much room for improvement, welcome to participate in the development together

These translations come from deepl

About

Transform the web version of ChatGPT into an API and make it accessible for multi-user usage;将网页版ChatGPT变成API,支持多连接

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 43.0%
  • Python 40.6%
  • JavaScript 16.4%