aiex-cli 0.1.1-beta.5 → 0.1.1-beta.7

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.
@@ -16,7 +16,7 @@
16
16
  if (dark) document.documentElement.classList.add("jscb-dark")
17
17
  })()
18
18
  </script>
19
- <script type="module" crossorigin src="/assets/index-BcNvqIR3.js"></script>
19
+ <script type="module" crossorigin src="/assets/index-CuCVFoOf.js"></script>
20
20
  <link rel="modulepreload" crossorigin href="/assets/preload-helper-DWTEM3RW.js">
21
21
  <link rel="modulepreload" crossorigin href="/assets/chunk-DtRyYLXJ.js">
22
22
  <link rel="modulepreload" crossorigin href="/assets/vue-i18n-Du42D0vb.js">
@@ -401,19 +401,6 @@ const zhCN = {
401
401
  },
402
402
  ocrFallbackOptions: { localAuto: "视觉模型或本地 OCR" }
403
403
  },
404
- prompt: {
405
- defaultSystem: `你是一个专业的数据抽取助手。你的任务是从文本中抽取结构化数据,并基于下方提供的数据结构定义返回 JSON 对象。
406
-
407
- {schema}
408
-
409
- 抽取要求:
410
- 1. 严格按照结构中定义的字段名称和类型抽取数据
411
- 2. 如果文本中缺少某个字段的信息,将该字段设为 null
412
- 3. 不要添加结构定义之外的字段
413
- 4. 保持数据准确性和完整性`,
414
- defaultUser: `请从以下文本中抽取数据:
415
- {text}`
416
- },
417
404
  fields: {
418
405
  config: "字段配置",
419
406
  fewShotExamples: "少样本示例",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "aiex-cli",
3
3
  "type": "module",
4
- "version": "0.1.1-beta.5",
4
+ "version": "0.1.1-beta.7",
5
5
  "description": "JSON Schema → SQLite with AI-powered data extraction",
6
6
  "author": "OSpoon <zxin088@gmail.com>",
7
7
  "license": "MIT",