@3-/aiapi 0.1.27 → 0.1.29

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.
Files changed (2) hide show
  1. package/factCheck.js +2 -1
  2. package/package.json +1 -1
package/factCheck.js CHANGED
@@ -13,11 +13,12 @@ SHOW_KIND = ['严重失实', '不正确'];
13
13
 
14
14
  PREFIX = `对下文问答中提及的事实做核查(不核查观点)。
15
15
  必须搜索到明确的反面事实才算失实,数据微小差异为基本一致,找不到信息当无法核实。
16
+ 只输出不正确/严重失实的核查。
16
17
  输出文本必须是简体中文,格式如下:
17
18
  - id:
18
19
  标题: 要简短,几个词即可
19
20
  观点:
20
- 事实: 须标注搜索到的事实网页
21
+ 事实: 须标注搜索到的事实网页, 完整描述观点错误所在(不引用其他核查)
21
22
  失实度: ${SHOW_KIND.join(' / ')} / 基本一致 / 无法核实
22
23
  ---\n`;
23
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@3-/aiapi",
3
- "version": "0.1.27",
3
+ "version": "0.1.29",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://atomgit.com/i18n/lib.git"