@kdejaeger/pi-model-router 0.4.2 → 0.4.3
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
|
@@ -23,8 +23,8 @@ This extension (forked from [yeliu84/pi-model-router](https://github.com/yeliu84
|
|
|
23
23
|
|
|
24
24
|
The pi-model-router registers itself as a **custom logical provider** (`router`) via `pi.registerProvider`. Each profile becomes a stable model (e.g., `router/cheap`). The model shown in your footer on the left stays fixed, while the underlying LLM changes per turn based on task complexity.
|
|
25
25
|
|
|
26
|
-

|
|
27
|
-

|
|
26
|
+

|
|
27
|
+

|
|
28
28
|
|
|
29
29
|
For the full decision pipeline, see [How Routing Works](#how-routing-works).
|
|
30
30
|
|