We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d52f62b commit 6269be2Copy full SHA for 6269be2
README.md
@@ -75,7 +75,7 @@ implementation group: 'com.github.plexpt', name: 'chatgpt', version: '1.1.0'
75
76
然后
77
```
78
- Chatbot chatbot = new Chatbot("sessionToken");
+ Chatbot chatbot = new Chatbot("sessionToken","cf_clearance","user-agent");
79
Map<String, Object> chatResponse = chatbot.getChatResponse("hello");
80
System.out.println(chatResponse.get("message"));
81
0 commit comments