model-mux 1.0.1 → 1.0.2

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 +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -45,6 +45,10 @@ Example using **Anthropic** models:
45
45
  > **Note:** </br>
46
46
  > ModelMux also allows the usage of custom headers. Check the [ModelMuxOptions](./src/index.ts) for more details.
47
47
 
48
+ ## Current Limitations
49
+
50
+ Model Mux currently supports standard request/response generation and streaming responses. Google ADK live connections via `connect()` are not implemented yet.
51
+
48
52
  ## How to Contribute
49
53
 
50
54
  Contributions are welcome! Here's how you can get involved:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "model-mux",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Basically Python LiteLLM for TypeScript Google ADK",
5
5
  "keywords": [
6
6
  "google-adk",