1
0
Fork 0
Mirror against potential takedown.
Go to file
2023-04-22 13:56:34 +01:00
ora move documenation to individual folder 2023-04-22 13:54:01 +01:00
phind move documenation to individual folder 2023-04-22 13:54:01 +01:00
quora move documenation to individual folder 2023-04-22 13:54:01 +01:00
t3nsor move documenation to individual folder 2023-04-22 13:54:01 +01:00
testing move documenation to individual folder 2023-04-22 13:54:01 +01:00
unfinished code refractoring 2023-04-22 13:47:03 +01:00
writesonic move documenation to individual folder 2023-04-22 13:54:01 +01:00
you move documenation to individual folder 2023-04-22 13:54:01 +01:00
LICENSE Create LICENSE 2023-04-17 00:00:18 +01:00
README.md documentation 2023-04-22 13:56:34 +01:00
requirements.txt add curl_cffi 2023-04-20 10:01:30 +01:00

Free LLM APIs

This repository provides reverse-engineered language models from various sources. Some of these models are already available in the repo, while others are currently being worked on.

Important: If you come across any website offering free language models, please create an issue or submit a pull request with the details. We will reverse engineer it and add it to this repository.

Chatgpt clone

https://chat.chatbot.sex/chat This site was developed by me and includes gpt-4/3.5, internet access and gpt-jailbreak's like DAN You can find an opensource version of it to run locally here: https://github.com/xtekky/chatgpt-clone

Table of Contents

Current Sites

Website Model(s)
ora.sh GPT-3.5 / 4
poe.com GPT-4/3.5
writesonic.com GPT-3.5 / Internet
t3nsor.com GPT-3.5
you.com GPT-3.5 / Internet / good search
phind.com GPT-4 / Internet / good search

Sites with Authentication

These sites will be reverse engineered but need account access:

Usage Examples

NOTE: the instructions of each module has been moved in the folder of the module itsself

Dependencies

  • websocket-client
  • requests
  • tls-client
  • pypasser
  • names
  • colorama
  • curl_cffi

install with:

pip3 install -r requirements.txt

This program is licensed under the GNU GPL v3

Most code, with the exception of quora/api.py (by ading2210), has been written by me, xtekky.

xtekky/openai-gpt4: multiple reverse engineered language-model api's to decentralise the ai industry.  
Copyright (C) 2023 xtekky

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.