WooodHead / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:TypeScript 51.1%Language:JavaScript 48.9%