返回提交历史
Modified
.gitignore
+7
-0
Modified
docs/README.md
+10
-1
XFEstudio/gpt4free
Update gitignore and docs README for reverse proxy files
Co-authored-by: hlohaus <983577+hlohaus@users.noreply.github.com>
b1100476
代码差异
2 个文件
+17
-1
@@ -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
@@ -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)