@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.
- package/README.md +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
|
|
21
|
+
pi install npm:@danmademe/pi-provider-litellm
|
|
22
22
|
|
|
23
23
|
# From local path
|
|
24
|
-
pi install
|
|
24
|
+
pi install npm:@danmademe/pi-provider-litellm
|
|
25
25
|
```
|
|
26
26
|
|
|
27
27
|
## Configuration
|