pi-nvidia-nim 1.1.20 → 1.1.21
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 +1 -1
- package/index.ts +3 -3
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# pi-nvidia-nim
|
|
2
2
|
|
|
3
|
-
NVIDIA NIM API provider extension for [pi coding agent](https://github.com/
|
|
3
|
+
NVIDIA NIM API provider extension for [pi coding agent](https://github.com/earendil-works/pi-mono) - access 100+ models from [build.nvidia.com](https://build.nvidia.com) including DeepSeek V4 Flash/Pro, DeepSeek V3.2, Kimi K2.6, MiniMax M2.1, GLM-5, GLM-4.7, Qwen3, Llama 4, and many more.
|
|
4
4
|
|
|
5
5
|
https://github.com/user-attachments/assets/f44773e4-9bf8-4bb5-a9c0-d5938030701c
|
|
6
6
|
|
package/index.ts
CHANGED
|
@@ -42,9 +42,9 @@ import type {
|
|
|
42
42
|
Context,
|
|
43
43
|
Model,
|
|
44
44
|
SimpleStreamOptions,
|
|
45
|
-
} from "@
|
|
46
|
-
import { streamSimpleOpenAICompletions } from "@
|
|
47
|
-
import { getAgentDir, type ExtensionAPI } from "@
|
|
45
|
+
} from "@earendil-works/pi-ai";
|
|
46
|
+
import { streamSimpleOpenAICompletions } from "@earendil-works/pi-ai";
|
|
47
|
+
import { getAgentDir, type ExtensionAPI } from "@earendil-works/pi-coding-agent";
|
|
48
48
|
|
|
49
49
|
// =============================================================================
|
|
50
50
|
// Constants
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-nvidia-nim",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.21",
|
|
4
4
|
"description": "NVIDIA NIM API provider extension for pi coding agent — access 100+ models from build.nvidia.com",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
"test": "node --test test/*.test.mjs"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@
|
|
27
|
-
"@
|
|
26
|
+
"@earendil-works/pi-ai": "^0.74.0",
|
|
27
|
+
"@earendil-works/pi-coding-agent": "^0.74.0",
|
|
28
28
|
"@types/node": "^22.0.0"
|
|
29
29
|
},
|
|
30
30
|
"repository": {
|