nvicode 0.1.10 → 0.1.12
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 +9 -2
- package/dist/cli.js +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
# NviCode - Introducing one click Nvidia/OpenRouter keys to Claude Code. Free Claude code.
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
[](https://github.com/dineshpotla/nvicode/actions/workflows/ci.yml)
|
|
4
|
+
[](https://www.npmjs.com/package/nvicode)
|
|
5
|
+
[](https://www.npmjs.com/package/nvicode)
|
|
6
|
+
[](https://nodejs.org/)
|
|
7
|
+
[](./LICENSE)
|
|
8
|
+
|
|
9
|
+
Internally, `nvicode` sits between Claude Code and the selected provider.
|
|
10
|
+
For NVIDIA, it starts a local Anthropic-compatible proxy that translates Claude Code requests to NVIDIA chat completions.
|
|
11
|
+
For OpenRouter, it points Claude Code directly at OpenRouter's compatible endpoint and applies the selected model configuration.
|
|
5
12
|
|
|
6
13
|
Supported environments:
|
|
7
14
|
- macOS
|
package/dist/cli.js
CHANGED
|
File without changes
|