mirror from original repo : https://github.com/xtekky/gpt4free.git
ファイルへ移動
xtekky 093053cfa0
announcement, deadline, projects
2023-06-14 03:10:54 +02:00
.github Update default_issue.md 2023-05-07 22:33:50 +01:00
Singularity
gpt4free Merge pull request #638 from noes14155/patch-1 2023-06-04 00:28:50 +02:00
gui Update streamlit_app.py 2023-06-04 21:09:43 +08:00
testing Added testing file and init in gpt4free 2023-05-26 21:57:22 +03:00
unfinished updates 2023-05-04 17:29:09 +01:00
.dockerignore Dockerfile optimization 2023-05-02 23:24:48 +05:00
.gitignore
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2023-05-28 03:59:56 +03:00
CONTRIBUTING.md Create CONTRIBUTING.md 2023-05-23 19:05:43 +05:00
Dockerfile fix docker build error 2023-06-07 12:54:17 +08:00
LICENSE
README.md announcement, deadline, projects 2023-06-14 03:10:54 +02:00
SECURITY.md Create SECURITY.md 2023-05-28 14:34:17 +03:00
docker-compose.yaml
poetry.lock add all deps, reorder alphabetically, regenerate lockfile 2023-05-25 21:49:06 +01:00
pyproject.toml add all deps, reorder alphabetically, regenerate lockfile 2023-05-25 21:49:06 +01:00
requirements.txt fix: requirements.txt to reduce vulnerabilities 2023-05-29 13:30:44 +00:00

README.md

A major update is to come this week (statement written 14 Jun)
You may check these out in the meanwhile:


What can I do to contribute ?
you reverse a site from this list: sites-to-reverse, and add it to ./testing or refractor it and add it to ./gpt4free

You may join our discord: discord.gg/gpt4free for further updates. gpt4free Discord

gpt4free logo

This repository is not associated with or endorsed by providers of the APIs contained in this GitHub repository. This project is intended for educational purposes only. This is just a little personal project. Sites may contact me to improve their security or request the removal of their site from this repository.

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 nor is it affiliated with or endorsed by any of the providers mentioned.

  2. Responsibility: The author of this repository is not responsible for any consequences, damages, or losses arising from the use or misuse of this repository or the content provided by the third-party APIs. Users are solely responsible for their actions and any repercussions that may follow. We strongly recommend the users to follow the TOS of the each Website.

  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.

  4. Indemnification: Users agree to indemnify, defend, and hold harmless the author of this repository from and against any and all claims, liabilities, damages, losses, or expenses, including legal fees and costs, arising out of or in any way connected with their use or misuse of this repository, its content, or related third-party APIs.

  5. Updates and Changes: The author reserves the right to modify, update, or remove any content, information, or features in this repository at any time without prior notice. Users are responsible for regularly reviewing the content and any changes made to this repository.

By using this repository or any code related to it, you agree to these terms. The author is not responsible for any copies, forks, or reuploads made by other users. This is the author's only account and repository. To prevent impersonation or irresponsible actions, you may comply with the GNU GPL license this Repository uses.


Just API's from some language model sites.

Related gpt4free projects

🎁 Projects Stars 📚 Forks 🛎 Issues 📬 Pull requests
gpt4free Stars Forks Issues Pull Requests
gpt4free-ts Stars Forks Issues Pull Requests
ChatGPT-Clone Stars Forks Issues Pull Requests
ChatGpt Discord Bot Stars Forks Issues Pull Requests

Table of Contents

Section Description Link Status
To do list List of tasks to be done Link to Section -
Current Sites Current websites or platforms that can be used as APIs Link to Section -
Best Sites for gpt4 Recommended websites or platforms for gpt4 Link to Section -
Streamlit GPT4Free GUI Web-based graphical user interface for interacting with gpt4free Link to Section -
Docker Instructions on how to run gpt4free in a Docker container Link to Section -
ChatGPT clone A ChatGPT clone with new features and scalability Link to Website -
How to install Instructions on how to install gpt4free Link to Section -
Usage Examples
theb Example usage for theb (gpt-3.5) Link to File Active
forefront Example usage for forefront (gpt-4) Link to File Active
quora (poe) Example usage for quora Link to File Active
you Example usage for you Link to File Active
deepai Example usage for DeepAI (gpt-3.5, with chat) Link to File Active
Try it Out
Google Colab Jupyter Notebook Example usage for gpt4free Open in Colab -
replit Example (feel free to fork this repl) Example usage for gpt4free -
Legal Notice Legal notice or disclaimer Link to Section -
Copyright Copyright information Link to Section -
Star History Star History Link to Section -

To do list

  • Add a GUI for the repo
  • Make a general package named gpt4free, instead of different folders
  • Live api status to know which are down and which can be used
  • Integrate more API's in ./unfinished as well as other ones in the lists
  • Make an API to use as proxy for other projects
  • Make a pypi package

Current Sites

Website s Model(s)
forefront.ai GPT-4/3.5
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
sqlchat.ai GPT-3.5
bard.google.com custom / search
bing.com/chat GPT-4/3.5
italygpt.it GPT-3.5
deepai.org GPT-3.5 / chat support

Best sites

gpt-4

gpt-3.5

Install

Download or clone this GitHub repo
install requirements with:

python3 -m venv venv
. venv/bin/activate
pip3 install -r requirements.txt

Install ffmpeg

sudo apt-get install ffmpeg

Connect VPN if needed and get proxy (Optional)

echo "$http_proxy" # http://127.0.0.1:8889/

Set proxy in gpt4free/you/init.py (Optional)

diff --git a/gpt4free/you/__init__.py b/gpt4free/you/__init__.py
index 11847fb..59d1162 100644
--- a/gpt4free/you/__init__.py
+++ b/gpt4free/you/__init__.py
@@ -38,6 +38,7 @@ class Completion:
         if chat is None:
             chat = []
 
+        proxy = '127.0.0.1:8889'
         proxies = {'http': 'http://' + proxy, 'https': 'http://' + proxy} if proxy else {}
 
         client = Session(client_identifier='chrome_108')

To start gpt4free GUI

Note: streamlit app collects heavy analytics even when running locally. This includes events for every page load, form submission including metadata on queries (like length), browser and client information including host ips. These are all transmitted to a 3rd party analytics group, Segment.com.

Move streamlit_app.py from ./gui to the base folder then run:
streamlit run streamlit_app.py or python3 -m streamlit run streamlit_app.py

cp gui/streamlit_app.py .
streamlit run streamlit_app.py

Docker

Build

docker build -t gpt4free:latest .

Run

docker run -p 8501:8501 gpt4free:latest

Deploy using docker-compose

Run the following:

docker-compose up --build -d

ChatGPT clone

Currently implementing new features and trying to scale it, please be patient it may be unstable
https://chat.g4f.ai/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

This program is licensed under the GNU GPL v3

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

xtekky/gpt4free: 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/>.

Star History

Star History Chart