Skip to content

Commit b85f8f7

Browse files
authored
Update README.md
1 parent 27a2d50 commit b85f8f7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,9 @@ implementation group: 'com.github.plexpt', name: 'chatgpt', version: '4.0.5'
9797

9898
```java
9999
//国内需要代理
100-
Proxy proxy = Proxys.http("127.0.0.1", 1080);
100+
Proxy proxy = Proxys.http("127.0.0.1", 1081);
101+
//socks5 代理
102+
// Proxy proxy = Proxys.socks5("127.0.0.1", 1080);
101103

102104
ChatGPT chatGPT = ChatGPT.builder()
103105
.apiKey("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")

0 commit comments

Comments
 (0)