gpt4free-original/README.md

92 行
4.0 KiB
Markdown
Raw 通常表示 履歴

2023-04-23 03:44:49 +09:00
# Gpt4free - use chatgpt, for free !!
2023-04-23 02:57:53 +09:00
<img width="1383" alt="image" src="https://user-images.githubusercontent.com/98614666/233799515-1a7cb6a3-b17f-42c4-956d-8d2a0664466f.png">
2023-04-01 21:53:30 +09:00
2023-04-23 03:45:31 +09:00
Have you ever come across some amazing projects that you couldnt use **just because you didn't have an OpenAI API key ?**
2023-04-01 21:55:00 +09:00
2023-04-23 03:44:49 +09:00
**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 `1.3k` stars and all the support !!
2023-04-01 21:55:00 +09:00
2023-04-22 21:44:02 +09:00
## Chatgpt clone
> https://chat.chatbot.sex/chat
2023-04-23 03:44:49 +09:00
> 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
2023-04-10 07:22:16 +09:00
2023-04-02 06:04:33 +09:00
## Table of Contents
2023-04-01 21:53:30 +09:00
2023-04-23 03:50:35 +09:00
- [Current Sites](#current-sites)
- [Best Sites for gpt4](#best-sites)
2023-04-23 03:51:20 +09:00
- [Usage Examples](#)
2023-04-22 21:56:34 +09:00
- [`quora (poe)`](./quora/README.md)
- [`phind`](./phind/README.md)
- [`t3nsor`](./t3nsor/README.md)
- [`ora`](./ora/README.md)
- [`writesonic`](./writesonic/README.md)
- [`you`](./you/README.md)
2023-04-22 22:10:12 +09:00
- [`sqlchat`](./sqlchat/README.md)
2023-04-01 21:53:30 +09:00
2023-04-02 06:04:33 +09:00
## Current Sites <a name="current-sites"></a>
2023-04-01 21:53:30 +09:00
2023-04-23 03:50:35 +09:00
| Website | Model(s) |
| ---------------------------------------------------- | ------------------------------- |
| [ora.sh](https://ora.sh) | GPT-3.5 / 4 |
| [poe.com](https://poe.com) | GPT-4/3.5 |
| [writesonic.com](https://writesonic.com) | GPT-3.5 / Internet |
| [t3nsor.com](https://t3nsor.com) | GPT-3.5 |
| [you.com](https://you.com) | GPT-3.5 / Internet / good search|
| [phind.com](https://phind.com) | GPT-4 / Internet / good search |
| [sqlchat.ai](https://sqlchat.ai) | GPT-3.5 |
| [chat.openai.com/chat](https://chat.openai.com/chat) | GPT-3.5 |
| [bard.google.com](https://bard.google.com) | custom / search |
| [bing.com/chat](https://bing.com/chat) | GPT-4/3.5 |
## Best sites <a name="best-sites"></a>
2023-03-30 04:00:39 +09:00
2023-04-22 22:26:57 +09:00
#### gpt-4
2023-04-22 22:27:47 +09:00
- [`/ora`](./ora/README.md)
- here is proof / test: [`ora_gpt4_proof.py`](./testing/ora_gpt4_proof.py)
2023-04-22 22:26:57 +09:00
- why ?, no streaming compared to poe.com but u can send more than 1 message
#### gpt-3.5
2023-04-22 22:27:47 +09:00
- [`/sqlchat`](./sqlchat/README.md)
2023-04-22 22:26:57 +09:00
- why ? (streaming + you can give conversation history)
#### search
2023-04-22 22:27:47 +09:00
- [`/phind`](./phind/README.md)
2023-04-22 23:36:02 +09:00
- why ? its not sure if they use gpt, but rather claude but they have an amazing search and good reasoning model
2023-04-02 06:04:33 +09:00
2023-04-23 02:59:08 +09:00
## Install
- download or clone this github repo
2023-04-10 08:03:55 +09:00
2023-04-23 02:59:37 +09:00
install requirements with:
2023-04-22 21:54:01 +09:00
```sh
pip3 install -r requirements.txt
```
2023-04-17 08:14:41 +09:00
2023-04-17 08:04:20 +09:00
## Copyright:
This program is licensed under the [GNU GPL v3](https://www.gnu.org/licenses/gpl-3.0.txt)
Most code, with the exception of `quora/api.py` (by [ading2210](https://github.com/ading2210)), has been written by me, [xtekky](https://github.com/xtekky).
### Copyright Notice:
```
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/>.
```