分享一个免费使用chatgpt4的开源项目,如何通过开源代码免费使用chatgpt4t账号
项目地址:https://github.com/xtekky/gpt4freegithub.com/xtekky/gpt4…
项目简介:官方 gpt4free 存储库 |各种强大的语言模型集合
这个项目是由计算机科学专业的学生 Xtekky 开发的。它的核心思路是利用集成了 GPT 模型的网站,如bing.com、liaobots.site、Poe.com 等,通过访问他们的 API或者模拟爬虫方式获取他们的GPTf服务,能这么玩是这些网站的 API 并未设置很强的保护措施(感谢他们!)。Xtekky 通过编写脚本,成功地从这些开放的 API 中提取信息,并将其整合到了他的项目中.chatgpt4账号free
关于这个项目,Xtekky 解释说:”实际上,人们可以通过简单地在浏览器中打开这些网站的标签页来达到同样的目的。我个人在浏览器中打开像 Phind、You 等网站的多个标签页,发出大量请求。我的项目仅仅提供了一种更为便捷的实现方式。”
安装环境
Python 安装,可以参考下面这篇文章里的介绍,很全了(包括 Linux、Windows、Mac下环境安装方法)
这里给大家分享一个安装脚本,适用于Mac/Linux系统。
将以下代码写入install_python.sh
#! /bin/bash
# 基础环境安装
wget https://mirrors.tuna.tsinghua.edu.cn/anaconda/miniconda/Miniconda3-py38_22.11.1-1-Linux-x86_64.sh
chmod +x Miniconda3-py38_22.11.1-1-Linux-x86_64.sh
./Miniconda3-py38_22.11.1-1-Linux-x86_64.sh -b && /root/miniconda3/bin/conda init bash && /root/miniconda3/bin/conda clean -ya
bash
# 安装 gpt4free 环境
git clone https://github.com/xtekky/gpt4free
cd gpt4free
conda create -n gpt4free python=3.9
conda activate gpt4free
pip install -r requirements.txt
然后新建一个Terminal,输入以下指令快速创建:
bash
chmod +x install_python.sh
./install_python.sh
运行项目
环境创建好,后面操作就非常简单了~依次输入以下指令即可,逻辑:进入项目目录、激活环境、导入网络环境变量(设置成自己的)、运行程序。
cd gpt4free
conda activate gpt4free
export G4F_PROXY=http://127.0.0.1:7890
python g4f/gui/run.py
服务默认运行在 8080 端口,如果你是本地运行,直接访问:localhost:8080
即可访问,如果你是部署在服务器,就需要先服务器设置安全组或者防火墙,开放8080 端口,然后通过:服务器ip:8080
访问。
体验
gpt4free:
官方chatGPT4:
整体还行,速度没有直接chatGPT官网访问快,但是也还行,回复质量也可以,毕竟免费能接受,还能使用GPT4等一众模型,支持模型列表:
※※Obtenez un compte GPT gratuitement※※
Ce site fournit des comptes partagés ChatGPT gratuits,Lien vers le pool de numéros:https://chatgpt4.fun
Si vous souhaitez utiliser un compte personnel indépendant stable et peu coûteux,Vous pouvez entrer dans le magasin sur ce site pour acheter,Le compte au prix le plus bas de tout le réseau,Garantie après-vente complète,Suivi du service client
Lien du magasin:https://shop.youngchatgpt.com/
Service client WeChat:jeunechatgpt
Site officiel de ce site:https://youngchatgpt.com/
Pas encore de commentaires