@3-/aiapi 0.1.28 → 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 +1 -1
  2. package/package.json +1 -1
package/factCheck.js CHANGED
@@ -18,7 +18,7 @@ PREFIX = `对下文问答中提及的事实做核查(不核查观点)。
18
18
  - id:
19
19
  标题: 要简短,几个词即可
20
20
  观点:
21
- 事实: 须标注搜索到的事实网页, 完整描述问题(不要引用上下文的核查)
21
+ 事实: 须标注搜索到的事实网页, 完整描述观点错误所在(不引用其他核查)
22
22
  失实度: ${SHOW_KIND.join(' / ')} / 基本一致 / 无法核实
23
23
  ---\n`;
24
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@3-/aiapi",
3
- "version": "0.1.28",
3
+ "version": "0.1.29",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://atomgit.com/i18n/lib.git"