Skip to content
This repository has been archived by the owner on Jan 17, 2025. It is now read-only.

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
bclswl0827 committed Feb 1, 2024
1 parent 1c47cd4 commit 365167a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ REACT_APP_GEMINI_API_KEY="你的密钥"

```nginx
location /api {
proxy_buffering off;
proxy_http_version 1.1;
proxy_read_timeout 86400s;
proxy_cache off; # 注意关闭缓存
proxy_buffering off; # 注意关闭缓冲
proxy_pass https://generativelanguage.googleapis.com/;
}
```
Expand Down

0 comments on commit 365167a

Please sign in to comment.