banner
hughie

hughie

热爱技术的小菜鸟, 记录一下所学所感

FreeGPT - Accessing the web page of g4f to freely use GPT resources

Tool Sharing#

FreeGPT is a WebUI project that uses the g4f API, allowing users to experience the powerful features of ChatGPT with a user-friendly interface and completely free of charge.

Features#

The backend uses the gpt4free API interface, directly utilizing GPT4/3.5 and other conversational models.

Deployment#

  • Install freegpt

    git clone https://github.com/ramonvc/freegpt-webui.git && cd freegpt-webui
    
  • Use the gpt4free component

    git clone https://github.com/xtekky/gpt4free.git
    # Replace the g4f folder in gpt4free with the g4f folder in freegpt-webui to use the complete g4f API interface
    # Rename requirements.txt to requirements-g4f.txt and copy it to the freegpt-webui project
    
  • Deploy

    # Docker deployment
    # Add `pip3 install --user --no-cache-dir -r requirements-g4f.txt` to the Dockerfile to install the complete dependencies of g4f
    docker-compose up -d
    

Platform#

Official Project

Deploy directly with Docker


Disclaimer#

This article is only intended as a tool sharing record.

This article is synchronized with HBlog.

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.