free-coding-models 0.1.28 β 0.1.29
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 +2 -2
- package/bin/free-coding-models.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
<h1 align="center">free-coding-models</h1>
|
|
9
9
|
|
|
10
10
|
<p align="center">
|
|
11
|
-
<strong>Want to contribute or discuss the project?</strong> Join our <a href="https://discord.gg/
|
|
11
|
+
<strong>Want to contribute or discuss the project?</strong> Join our <a href="https://discord.gg/WKA3TwYVuZ">Discord community</a>!
|
|
12
12
|
</p>
|
|
13
13
|
|
|
14
14
|
<p align="center">
|
|
@@ -507,4 +507,4 @@ We welcome contributions! Feel free to open issues, submit pull requests, or get
|
|
|
507
507
|
**A:** No β `free-coding-models` configures OpenClaw to use NVIDIA NIM's remote API, so models run on NVIDIA's infrastructure. No GPU or local setup required.
|
|
508
508
|
|
|
509
509
|
## π§ Support
|
|
510
|
-
For questions or issues, open a GitHub issue or join our community Discord: https://discord.gg/
|
|
510
|
+
For questions or issues, open a GitHub issue or join our community Discord: https://discord.gg/WKA3TwYVuZ
|
|
@@ -603,7 +603,7 @@ function renderTable(results, pendingPings, frame, cursor = null, sortColumn = '
|
|
|
603
603
|
: chalk.rgb(0, 200, 255)('EnterβOpenCode')
|
|
604
604
|
lines.push(chalk.dim(` ββ Navigate β’ `) + actionHint + chalk.dim(` β’ R/T/O/M/P/A/S/V/U Sort β’ Wβ/Xβ Interval (${intervalSec}s) β’ T Tier β’ Z Mode β’ Ctrl+C Exit`))
|
|
605
605
|
lines.push('')
|
|
606
|
-
lines.push(chalk.dim(' Made with ') + 'π' + chalk.dim(' by ') + '\x1b]8;;https://github.com/vava-nessa\x1b\\vava-nessa\x1b]8;;\x1b\\' + chalk.dim(' β’ ') + 'π¬ ' + '\x1b]8;;https://discord.gg/
|
|
606
|
+
lines.push(chalk.dim(' Made with ') + 'π' + chalk.dim(' by ') + '\x1b]8;;https://github.com/vava-nessa\x1b\\vava-nessa\x1b]8;;\x1b\\' + chalk.dim(' β’ ') + 'π¬ ' + '\x1b]8;;https://discord.gg/WKA3TwYVuZ\x1b\\Join our Discord!\x1b]8;;\x1b\\' + chalk.dim(' β’ ') + 'β ' + '\x1b]8;;https://github.com/vava-nessa/free-coding-models\x1b\\Read the docs on GitHub\x1b]8;;\x1b\\')
|
|
607
607
|
lines.push('')
|
|
608
608
|
// π Append \x1b[K (erase to EOL) to each line so leftover chars from previous
|
|
609
609
|
// π frames are cleared. Then pad with blank cleared lines to fill the terminal,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "free-coding-models",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.29",
|
|
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",
|