tokenfiche 0.0.1
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/README.md +3 -0
- package/package.json +10 -0
package/README.md
ADDED
package/package.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "tokenfiche",
|
|
3
|
+
"version": "0.0.1",
|
|
4
|
+
"description": "Name reservation. Render large text payloads into dense page images and probe multimodal context limits.",
|
|
5
|
+
"keywords": ["llm", "vision", "ocr", "context-window", "tokens", "multimodal", "compaction"],
|
|
6
|
+
"homepage": "https://github.com/jaredboynton/tokenfiche",
|
|
7
|
+
"repository": { "type": "git", "url": "git+https://github.com/jaredboynton/tokenfiche.git" },
|
|
8
|
+
"author": "Jared Boynton",
|
|
9
|
+
"license": "MIT"
|
|
10
|
+
}
|