yuangs 1.3.19 → 1.3.20
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/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -59,7 +59,7 @@ async function getAIAnswer(question, model, includeHistory = true) {
|
|
|
59
59
|
}
|
|
60
60
|
|
|
61
61
|
const headers = {
|
|
62
|
-
'Referer': 'https://
|
|
62
|
+
'Referer': 'https://clifornpm.want.biz/',
|
|
63
63
|
'User-Agent': 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Mobile/15E148 Safari/604.1',
|
|
64
64
|
'Accept': 'application/json',
|
|
65
65
|
'Content-Type': 'application/json'
|