llm-checker 3.5.0 → 3.5.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 +5 -9
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,16 +1,12 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<img src="assets/llm-checker-logo.gif" alt="LLM Checker Animated Logo" width="760">
|
|
2
|
+
<img src="https://raw.githubusercontent.com/Pavelevich/llm-checker/main/assets/llm-checker-logo.gif" alt="LLM Checker Animated Logo" width="760">
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
|
+
<h1 align="center">LLM Checker</h1>
|
|
6
|
+
<p align="center"><strong>Intelligent Ollama Model Selector</strong></p>
|
|
5
7
|
<p align="center">
|
|
6
|
-
|
|
7
|
-
<
|
|
8
|
-
<strong>Intelligent Ollama Model Selector</strong>
|
|
9
|
-
</p>
|
|
10
|
-
<p align="center">
|
|
11
|
-
AI-powered CLI that analyzes your hardware and recommends optimal LLM models<br/>
|
|
12
|
-
Deterministic scoring across <b>200+ dynamic models</b> (35+ curated fallback) with hardware-calibrated memory estimation
|
|
13
|
-
</p>
|
|
8
|
+
AI-powered CLI that analyzes your hardware and recommends optimal LLM models<br/>
|
|
9
|
+
Deterministic scoring across <b>200+ dynamic models</b> (35+ curated fallback) with hardware-calibrated memory estimation
|
|
14
10
|
</p>
|
|
15
11
|
|
|
16
12
|
<p align="center">
|
package/package.json
CHANGED