ai-speedometer 2.0.1 → 2.0.3

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 (3) hide show
  1. package/README.md +7 -1
  2. package/dist/ai-speedometer +1685 -54599
  3. package/package.json +6 -2
package/README.md CHANGED
@@ -2,7 +2,13 @@
2
2
 
3
3
  A CLI tool for benchmarking AI models across multiple providers with parallel execution and performance metrics.
4
4
 
5
- ![Ai-speedometer showcase](./pics/image.png)
5
+ [![Discord](https://img.shields.io/badge/Discord-Join%20Community-5865F2?style=for-the-badge&logo=discord&logoColor=white)](https://discord.gg/6S7HwCxbMy)
6
+
7
+ Track OSS model speeds over time: [ai-speedometer.oliveowl.xyz](https://ai-speedometer.oliveowl.xyz/)
8
+
9
+ ![Ai-speedometer main menu](./pics/main.png)
10
+
11
+ ![Ai-speedometer benchmark](./pics/benchmark.png)
6
12
 
7
13
  ## Install
8
14