@danmademe/pi-provider-litellm 0.1.0 → 0.2.0

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -18,10 +18,10 @@ All discovery runs in parallel with a 30s timeout. Each step fails gracefully
18
18
 
19
19
  ```bash
20
20
  # From npm (once published)
21
- pi install npm:pi-provider-litellm
21
+ pi install npm:@danmademe/pi-provider-litellm
22
22
 
23
23
  # From local path
24
- pi install ~/Coding/Protector/AI/pi-provider-litellm
24
+ pi install npm:@danmademe/pi-provider-litellm
25
25
  ```
26
26
 
27
27
  ## Configuration
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@danmademe/pi-provider-litellm",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "Pi agent extension for LiteLLM proxy auto-discovery and model configuration",
5
5
  "type": "module",
6
6
  "main": "./src/index.ts",