llmtester 1.0.4 → 1.0.5

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 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -54,8 +54,8 @@ An interactive CLI tool for benchmarking LLMs across multiple benchmarks. Run vi
54
54
  npx llmtester
55
55
 
56
56
  # Or clone and run locally
57
- git clone <repo>
58
- cd llmbenchmark
57
+ git clone https://github.com/officiallymarky/llmtester
58
+ cd llmtester
59
59
  npm install
60
60
  npm run build
61
61
  npm start
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "llmtester",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Interactive LLM Evaluation Runner for benchmarking LLMs across multiple benchmarks",
5
5
  "repository": "https://github.com/officiallymarky/llmtester",
6
6
  "main": "dist/index.js",