yuangs 1.3.29 → 1.3.30
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 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -113,6 +113,7 @@ async function getAIAnswer(question, model, includeHistory = true) {
|
|
|
113
113
|
'X-Client-ID': 'npm_yuangs', // 客户端 标识
|
|
114
114
|
'Origin': 'https://cli.want.biz', // 配合后端白名单
|
|
115
115
|
'Referer': 'https://cli.want.biz/',
|
|
116
|
+
"account" : "free",
|
|
116
117
|
'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',
|
|
117
118
|
'Accept': 'application/json'
|
|
118
119
|
};
|