fast-tavern 0.1.3 → 0.1.4

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/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # fast-tavern
2
2
 
3
+ **Repo**: [Lianues/fast-tavern](https://github.com/Lianues/fast-tavern)
4
+
3
5
  fast-tavern 是一个**与框架无关**的“提示词组装与调试引擎(prompt engine)”。
4
6
 
5
7
  它以 `st-api-wrapper` 的**新格式字段**为准,把:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fast-tavern",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "A framework-agnostic prompt engine: preset + worldbook + character + regex + macros -> compiled messages.",
5
5
  "keywords": ["prompt", "worldbook", "regex", "macro", "sillytavern"],
6
6
  "license": "MIT",