docs: update README

This commit is contained in:
JustSong 2023-06-29 11:39:43 +08:00
parent 3530309a31
commit 9a16b0f9e5

View File

@ -112,6 +112,7 @@ server{
proxy_set_header X-Forwarded-For $remote_addr;
proxy_cache_bypass $http_upgrade;
proxy_set_header Accept-Encoding gzip;
proxy_read_timeout 300s; # GPT-4 需要较长的超时时间,请自行调整
}
}
```