您是否遇到过因为没有 OpenAI API 密钥而无法使用的一些令人惊叹的项目?
我们为您服务!该存储库提供来自各个网站的GPT-4/3.5
逆向工程第三方 API。您只需下载此存储库,并使用可用的模块,这些模块的设计就像 OpenAI 的官方包一样。现在就为您的项目释放 ChatGPT 的潜力!不客气 ; )。
顺便说一句,非常感谢2k
星和所有的支持!
待办事项清单
当前站点
gpt4 的最佳网站
如何安装
法律声明
版权
使用示例
quora (poe)
phind
t3nsor
ora
writesonic
you
sqlchat
replit 示例(请随意 fork 这个 repl)
openai_rev
的通用包,而不是不同的文件夹./unfinished
以及列表中的其他 API 中集成更多 API 网站 | 型号 |
---|---|
ora.sh | GPT-3.5/4 |
poe.com | GPT-4/3.5 |
writesonic.com | GPT-3.5/互联网 |
t3nsor.com | GPT-3.5 |
你的网站 | GPT-3.5 / 互联网 / 好搜 |
phind.com | GPT-4 / 互联网 / 好搜索 |
sqlchat.ai | GPT-3.5 |
chat.openai.com/chat | GPT-3.5 |
bard.google.com | 自定义/搜索 |
bing.com/chat | GPT-4/3.5 |
/phind
ora
了? gpt-4需要登录+受限/ora
下载或克隆此 GitHub 存储库
安装要求:
pip3 install -r requirements.txt
将streamlit_app.py
从./gui
移动到基本文件夹
然后运行:
streamlit run streamlit_app.py
或python3 -m streamlit run streamlit_app.py
建造
docker build -t gpt4free:latest -f Docker/Dockerfile .
跑步
docker run -p 8501:8501 gpt4free:latest
目前正在实施新功能并尝试扩展它,请耐心等待,它可能不稳定
https://chat.chatbot.sex/chat 这个网站是我开发的,包括gpt-4/3.5 、互联网接入和gpt-jailbreak等 DAN
在此处本地运行:https://github.com/drakyanerlanggarizkiwardhana/chatgpt-clone
该存储库使用第三方 API 和 AI 模型,与 API 提供商或模型的原始开发人员没有关联或认可。该项目仅用于教育目的。
请注意以下事项:
免责声明:此存储库中提到的 API、服务和商标属于其各自所有者。该项目并未对它们主张任何权利。
责任:本仓库作者对因使用或误用本仓库或第三方API提供的内容而产生的任何后果以及用户行为造成的任何损害或损失不承担任何责任。
仅用于教育目的:此存储库及其内容严格用于教育目的。通过使用所提供的信息和代码,用户承认他们使用 API 和模型的风险由其自行承担,并同意遵守任何适用的法律和法规。
该程序已获得 GNU GPL v3 许可
大多数代码,除了quora/api.py
(由 ading2210 编写)之外,都是由我 drakyanerlanggarizkiwardhana 编写的。
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/>.
您可以分叉此 repl 来托管您自己的 ChatGPT 克隆 WebUI。 https://replit.com/@gpt4free/gpt4free-webui