cerevox 4.61.2 → 4.61.3
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/dist/core/ai.js +2 -2
- package/package.json +1 -1
package/dist/core/ai.js
CHANGED
|
@@ -2711,11 +2711,11 @@ ${timbre ? `timbre: ${timbre}` : ''}`;
|
|
|
2711
2711
|
.join('\n');
|
|
2712
2712
|
messageContent.push({
|
|
2713
2713
|
type: 'input_text',
|
|
2714
|
-
text:
|
|
2714
|
+
text: `请从以上图片中判断哪些图片包含“写实真人人脸”,并按 JSON 返回命中图片下标。
|
|
2715
2715
|
|
|
2716
2716
|
判定标准(必须同时满足):
|
|
2717
2717
|
1) 人脸是“真人写实”风格,不是动漫、插画、卡通、玩偶、雕塑或面具
|
|
2718
|
-
2)
|
|
2718
|
+
2) 人脸正对或侧对镜头,五官可见
|
|
2719
2719
|
3) 排除背影、侧脸过大角度、遮挡严重、人脸过小看不清
|
|
2720
2720
|
4) 如果是宫格拼图或人物三视图,只要其中一格包含人脸即可命中
|
|
2721
2721
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cerevox",
|
|
3
|
-
"version": "4.61.
|
|
3
|
+
"version": "4.61.3",
|
|
4
4
|
"description": "TypeScript SDK for browser automation and secure command execution in highly available and scalable micro computer environments",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|