free-coding-models 0.2.3 → 0.2.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.
|
@@ -573,6 +573,9 @@ async function main() {
|
|
|
573
573
|
return state.results
|
|
574
574
|
}
|
|
575
575
|
|
|
576
|
+
// 📖 Apply initial filters so configured-only mode works on first render
|
|
577
|
+
applyTierFilter()
|
|
578
|
+
|
|
576
579
|
// ─── Overlay renderers + key handler ─────────────────────────────────────
|
|
577
580
|
const stopUi = ({ resetRawMode = false } = {}) => {
|
|
578
581
|
if (ticker) clearInterval(ticker)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "free-coding-models",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.4",
|
|
4
4
|
"description": "Find the fastest coding LLM models in seconds — ping free models from multiple providers, pick the best one for OpenCode, Cursor, or any AI coding assistant.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"nvidia",
|