ChatGPTAPI(gpt-3.5-turbo-0301) 否 可靠 相对较笨 ChatGPTUnofficialProxyAPI(网页 accessToken) 是 相对不可靠 聪明对比:ChatGPTAPI 使用gpt-3.5-turbo-0301 通过官方OpenAI补全API模拟ChatGPT(最稳健的方法,但它不是免费的,并且没有使用针对聊天进行微调的模型) ChatGPTUnofficialProxyAPI 使用非官方代理服务器访...
docker build -t chatgpt-ui . docker run -e OPENAI_API_KEY=xxxxxxxx -p 3000:3000 chatgpt-ui Pull from ghcr: docker run -e OPENAI_API_KEY=xxxxxxxx -p 3000:3000 ghcr.io/mckaywrigley/chatbot-ui:main Running Locally 1. Clone Repo git clone https://github.com/mckaywrigley/chatbot-ui....
git clone https://github.com/zhuSilence/chatgpt-web.gitcd chatgpt-webdocker build -t chatgpt-ui:ori .接着我们通过 docker images 查看下 docker 的镜像,如下 接下来我们通过 docker 来运行 chatgpt-web 这个容器,执行如下命令 docker run -d --name chatgpt-ui \ -e my_api_key="填入自己的 ...
git clone https://github.com/zhuSilence/chatgpt-web.git cd chatgpt-web docker build -t chatgpt-ui:ori . 接着我们通过docker images查看下docker的镜像,如下 接下来我们通过docker来运行chatgpt-web这个容器,执行如下命令 docker run -d --name chatgpt-ui \ -e my_api_key="填入自己的 open api ...
搭设UI 前的准备 经过了比较,选定了 ChatGPT-web dev 作为用户界面,地址为 https://github.com/chatgpt-web-dev/chatgpt-webgithub.com/chatgpt-web-dev/chatgpt-web 为了正常安装和使用它,需要几个必备软件。 nodejs,直接用yum install nodejs安装,先安装它,再在它基础上安装后面的 PNPM ...
python -m pip install --upgrade revChatGPT 2|1在命令行使用 先设置api-key,执行如下命令: python3 -m revChatGPT.V3 --api_key <api_key> 如果不知道用法,可以在命令行中输入如下命令查看: $ python3 -m revChatGPT.V3 -hChatGPT - Official ChatGPT APIRepo: github.com/acheong08/ChatGPTType'...
非常感谢国际开源网站Git以及Github让我们快速触摸最新AI世界。不多说, 图片展示网页版Chatgpt-clone(本地ip/chat/) github.com/xtekky/chatgpt-clonegithub.com/xtekky/chatgpt-clone 1、首先下载相关工具Git(有关介绍可以关注本人历史文章)、安装 Python(python.org)或者使用Docker(码头工人)Download Docker Des...
Github上也有很多ChatGPT应用相关的仓库,分享几个不错的。1、awesome-chatgpt-prompts 使用ChatGPT第一个门槛在于注册,第二个门槛就在于如何有效的提问了。这个仓库真的很有用,它汇总了上百种各类场景的提示(prompts)案例,让你能有的放矢地和ChatGPT对话,而ChatGPT也能根据准确的对话,生成你想要的东西。比如...
GitHub大佬汇总镜像(打不开用Steam++加速即可): https://github.com/xx025/carrot其中的几个GPT(打开直接用):https://gpt4.intercat.cn/https://chat04.a1r.cc/https://874z0f.aitianhu1.top/#/chat/1002http://w9.xjai.cc/#/chat/1002
随着OpenAI的技术升级,使用魔法登录ChatGPT简直犹如过五关斩六将般,好不容易能使用了,结果又给你经常报错,之前技能君已经分享过一个插件解决这个问题,详见这篇文章《ChatGPT经常报错?不用担心,这个插件轻松搞定!》。 但有小伙伴反应现在这个插件也不那么好使了,今天技能君再分享个GitHub项目,目前已收获3.3K Star,不...