1
0
Fork 0
Mirror against potential takedown.
Go to file
2023-04-24 13:27:25 +05:30
.github Create FUNDING.yml 2023-04-22 21:25:34 +01:00
ora Fix typos in READMEs 2023-04-22 17:36:02 +03:00
phind move documenation to individual folder 2023-04-22 13:54:01 +01:00
quora added create bot method in Poe class 2023-04-24 13:27:25 +05:30
sqlchat sqlchat 2023-04-22 14:08:19 +01:00
t3nsor move documenation to individual folder 2023-04-22 13:54:01 +01:00
testing best models (gpt4/3.5/search) 2023-04-22 14:26:57 +01:00
unfinished best models (gpt4/3.5/search) 2023-04-22 14:26:57 +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
.gitignore updated quora module, added selenium to get cookie 2023-04-24 03:08:47 +05:30
LICENSE Create LICENSE 2023-04-17 00:00:18 +01:00
README.md disclaimer & legal notice 2023-04-23 10:46:36 +01:00
requirements.txt updated quora module, added selenium to get cookie 2023-04-24 03:08:47 +05:30

Gpt4free - use chatgpt, for free !!

image

Have you ever come across some amazing projects that you couldnt use just because you didn't have an OpenAI API key ?

We've got u covered !! This repository offers reverse-engineered third-party APIs for GPT-4/3.5, sourced from various websites. You can simply download this repository and use the available modules, which are designed to be used just like OpenAI's official package. Unleash ChatGpt's potential for your projects, now ! You are welcome ; ).

By the way, thank you so much for 2k stars and all the support !!

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
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
sqlchat.ai GPT-3.5
chat.openai.com/chat GPT-3.5
bard.google.com custom / search
bing.com/chat GPT-4/3.5

Best sites

gpt-4

  • /ora
  • here is proof / test: ora_gpt4_proof.py
  • why ?, no streaming compared to poe.com but u can send more than 1 message

gpt-3.5

  • /sqlchat
  • why ? (streaming + you can give conversation history)
  • /phind
  • why ? its not sure if they use gpt, but rather claude but they have an amazing search and good reasoning model

Install

  • download or clone this github repo

install requirements with:

pip3 install -r requirements.txt

This repository uses third-party APIs and AI models and is not associated with or endorsed by the API providers or the original developers of the models. This project is intended for educational purposes only.

Please note the following:

  1. Disclaimer: The APIs, services, and trademarks mentioned in this repository belong to their respective owners. This project is not claiming any right over them.

  2. Responsibility: The author of this repository is not responsible for any consequences arising from the use or misuse of this repository or the content provided by the third-party APIs and any damage or losses caused by users' actions.

  3. Educational Purposes Only: This repository and its content are provided strictly for educational purposes. By using the information and code provided, users acknowledge that they are using the APIs and models at their own risk and agree to comply with any applicable laws and regulations.

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