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

XFEstudio/gpt4free

Update gitignore and docs README for reverse proxy files

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

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

代码差异

2 个文件 +17 -1
Modified .gitignore +7 -0
@@ -10,3 +10,10 @@ models/models.json
10 10 pyvenv.cfg
11 11 lib64
12 12 /.idea
13
14 # Reverse proxy configuration (keep .example files)
15 Caddyfile
16 nginx.conf
17 apache.conf
18 traefik.yml
19 dynamic.yml
Modified docs/README.md +10 -1
@@ -1 +1,10 @@
1 Link to [Documentation](https://github.com/gpt4free/gpt4free.github.io)
1 Link to [Documentation](https://github.com/gpt4free/gpt4free.github.io)
2
3 ## Local Documentation
4
5 - [Reverse Proxy Configuration Guide](reverse-proxy.md) - Complete guide for deploying GPT4Free behind Nginx, Caddy, Apache, or Traefik
6 - [Reverse Proxy Quick Start](reverse-proxy-quickstart.md) - Fast setup guide to get started quickly
7 - [ARM64/AArch64 Compatibility](aarch64-compatibility.md)
8 - [ARM64 Build Plan](arm64-build-plan.md)
9 - [Build Workflow](build-workflow.md)
10 - [Reasoning Standardization](reasoning-standardization.md)