unified-ai-router 2.4.1 → 2.4.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/package.json +1 -1
  2. package/readme.md +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "unified-ai-router",
3
- "version": "2.4.1",
3
+ "version": "2.4.2",
4
4
  "description": "A unified interface for multiple LLM providers with automatic fallback, featuring an OpenAI-compatible server, tool support, and a deployable Telegram bot.",
5
5
  "license": "ISC",
6
6
  "author": "mlibre",
package/readme.md CHANGED
@@ -31,6 +31,7 @@ A unified interface for multiple LLM providers with automatic fallback. Send one
31
31
 
32
32
  ```bash
33
33
  npm i unified-ai-router
34
+ # OR
34
35
  git clone https://github.com/mlibre/AIRouter
35
36
  cd AIRouter
36
37
  npm i