model-mux 1.0.0 → 1.0.1

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 +21 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,10 @@
1
- # Model Mux
1
+ # Model Mux
2
2
 
3
- **Model Mux** is a TypeScript library inspired by Python's LiteLLM, designed for the Google ADK ecosystem. It provides a unified interface to interact with multiple LLM providers (currently OpenAI, with Anthropic planned).
3
+ [![pipeline](https://github.com/The-Nefarious-Developer/model-mux/actions/workflows/main.yaml/badge.svg)](https://github.com/The-Nefarious-Developer/model-mux/actions/workflows/main.yaml)
4
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5
+ [![semantic-release: angular](https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release)](https://github.com/semantic-release/semantic-release)
6
+
7
+ **Model Mux** is a TypeScript library inspired by Python's LiteLLM, designed for the Google ADK ecosystem. It provides a unified interface to interact with multiple LLM providers _(currently OpenAI, with Anthropic planned)_.
4
8
 
5
9
  ## Installation
6
10
 
@@ -38,5 +42,19 @@ Example using **Anthropic** models:
38
42
  ...wip...
39
43
  ```
40
44
 
41
- > [!TIP]
45
+ > **Note:** </br>
42
46
  > ModelMux also allows the usage of custom headers. Check the [ModelMuxOptions](./src/index.ts) for more details.
47
+
48
+ ## How to Contribute
49
+
50
+ Contributions are welcome! Here's how you can get involved:
51
+
52
+ 1. **Report Issues:** Found a bug or have a feature request? [Open an issue](https://github.com/The-Nefarious-Developer/model-mux/issues). <br />
53
+ 2. **Submit Pull Requests:** Fork the repository, create a new branch, make your changes, and submit a PR. <br />
54
+ 3. **Improve Documentation:** Help improve the README or add examples to make setup easier. <br />
55
+ 4. **Test & Feedback:** Try Model Mux and provide feedback.
56
+
57
+ ## License
58
+
59
+ Copyright (c) 2026 Nicholas Coutinho Checan.
60
+ Licensed under the MIT License. See [LICENSE](./LICENSE).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "model-mux",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Basically Python LiteLLM for TypeScript Google ADK",
5
5
  "keywords": [
6
6
  "google-adk",