banner
andrewji8

Being towards death

Heed not to the tree-rustling and leaf-lashing rain, Why not stroll along, whistle and sing under its rein. Lighter and better suited than horses are straw sandals and a bamboo staff, Who's afraid? A palm-leaf plaited cape provides enough to misty weather in life sustain. A thorny spring breeze sobers up the spirit, I feel a slight chill, The setting sun over the mountain offers greetings still. Looking back over the bleak passage survived, The return in time Shall not be affected by windswept rain or shine.
telegram
twitter
github

gpt4free开源项目免费使用GPT4O、Gemini、Llama、Claude、Grok、Flux等大模型

项目特点#

  1. 免费访问

    • 允许用户在不支付费用的情况下访问 GPT-4 模型。
    • 吸引预算有限的开发者和研究人员。
  2. 开源社区

    • 鼓励开发者共同参与项目的改进与扩展。
    • 促进技术的共享与合作。
  3. 易于使用

    • 提供简单易用的接口,适合初学者和经验丰富的开发者。
  4. 多模型选择

    • 提供多种版本的 GPT,如 GPT-4、GPT-4O、GPT-4Omini。
    • 包括其他开源模型,如 Gemini、LLaMA,以及国内外的其他模型(如千问、Grok、SD、Flux 等),满足不同需求。

存在的不足#

  1. 模型性能

    • 可能不如官方版本,因版本、优化程度和训练数据的差异。
  2. 稳定性

    • 经常性报错,容易出现问题,回答质量不均衡。
  3. 技术基础

    • 部署和使用需要一定的技术基础,Windows 环境最为友好。

如何使用#

Windows 安装#

  1. 前往 gpt4free GitHub Releases 下载项目发布的压缩包。
  2. 解压缩并进入项目目录。
  3. 运行 g4f.exe 主程序。
  4. 通过窗口回显的网址在浏览器上直接访问即可。

其他平台#

G4F - Webview GUI#

pip install g4f[webview]
from g4f.gui.webview import run_webview
run_webview(debug=True)

安卓智能手机#

  1. 安装 Pydroid 3 - IDE for Python 3。
  2. 打开 PIP,安装必要的软件包:
    g4f flask pillow beautifulsoup4
    
  3. 创建脚本(以 Bing 为例):
    from g4f import set_cookies
    set_cookies(".bing.com", {
        "_U": "cookie value"
    })
    from g4f.gui import run_gui
    run_gui("0.0.0.0", 8080, debug=True)
    

Docker 方式#

  1. 克隆项目:
    git clone https://github.com/xtekky/gpt4free.git
    cd gpt4free
    
  2. 拉取 Docker 镜像并运行:
    docker pull hlohaus789/g4f
    docker-compose up -d
    

结语#

gpt4free 是一个极具价值的开源项目,降低了 AI 技术的使用门槛,推动了开源社区的繁荣与发展。相信在未来,随着项目的不断完善与进步,gpt4free 将为更多用户带来前所未有的 AI 体验。

加载中...
此文章数据所有权由区块链加密技术和智能合约保障仅归创作者所有。