Skip to content

Access ChatGPT (GPT-3.5) API for absolutely free, hosted from your own computer! No API key required. A modified instance of PawanOsman/ChatGPT in different coding languages.

skzhengkai/free-chatgpt-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Free ChatGPT API

Access ChatGPT (GPT-3.5) API for absolutely free, hosted from your own computer! No API key required. A modified instance of PawanOsman/ChatGPT in different coding languages.

This repository contains different folders for different programming languages:

  • javascript
  • python

Inside each folder, you'll find the respective files. The app.[extension] file is the main file to run, and the example.[extension] file demonstrates how to interact with your self-hosted API. It's that easy!

How to Setup?

To setup this project, first choose your preferred coding language by clicking on the corresponding folder in this project.

  1. Open up an IDE with an internet connection (e.g. Visual Studio or Repl.it)
  2. Copy paste the code of the "app.[extension]" file into the main file of your program.
  3. Run the file. A webserver should be started at http://localhost:3040/ and you can access the chat completions via http://localhost:3040/v1/chat/completions

About

Access ChatGPT (GPT-3.5) API for absolutely free, hosted from your own computer! No API key required. A modified instance of PawanOsman/ChatGPT in different coding languages.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published