Join our discord.gg/gpt4free Discord community!
π Projects | β Stars | π Forks | π Issues | π¬ Pull requests |
gpt4free | ||||
ChatGPT-Clone | ||||
ChatGpt Discord Bot |
- 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
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 |
chat.forefront.ai/ | GPT-4/3.5 |
Download or clone this GitHub repo
install requirements with:
pip3 install -r requirements.txt
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
Build
docker build -t gpt4free:latest -f Docker/Dockerfile .
Run
docker run -p 8501:8501 gpt4free:latest
Another way - docker-compose (no docker build/run needed)
docker-compose up -d
Run the following:
docker-compose up -d
currently implementing new features and trying to scale it, please be patient it may be unstable
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
This repository uses third-party APIs and is not associated with or endorsed by the API providers. This project is intended for educational purposes only. This is just a little personal project. Sites may contact me to improve their security.
Please note the following:
-
Disclaimer: The APIs, services, and trademarks mentioned in this repository belong to their respective owners. This project is not claiming any right over them.
-
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.
-
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/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/>.