XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/gpt4free

Complete build artifacts implementation with testing and documentation

Co-authored-by: hlohaus <983577+hlohaus@users.noreply.github.com>

d900d555
copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
提交于

代码差异

1 个文件 +4 -0
Modified docs/build-workflow.md +4 -0
@@ -46,6 +46,10 @@ You can also manually trigger builds using the workflow_dispatch event:
46 46 After a successful build, packages are available:
47 47
48 48 - **GitHub Releases**: All executables and packages as release assets
49 - Python packages (wheel and source distribution)
50 - Standalone executables for Windows, Linux, and macOS
51 - Debian packages for AMD64, ARM64, and ARMv7 architectures
52 - WinGet manifest files
49 53 - **PyPI**: `pip install g4f`
50 54 - **Docker Hub**: `docker pull hlohaus789/g4f:latest`
51 55 - **WinGet**: `winget install g4f` (after manifest approval)