halbot 1989.6.35 → 1989.6.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -61,6 +61,7 @@ All supported configuration fields:
|
|
|
61
61
|
"chatGptKey": "[[ChatGPT API Key]]",
|
|
62
62
|
|
|
63
63
|
// OPTIONAL, string.
|
|
64
|
+
// How to get your bing user token: https://github.com/Leask/halbot/issues/13
|
|
64
65
|
// One of the chatGptKey or bingToken is required.
|
|
65
66
|
"bingToken": "[[Bing Usertoken from cookies]]",
|
|
66
67
|
|