unified-ai-router 2.4.1 → 2.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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/readme.md +2 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "unified-ai-router",
3
- "version": "2.4.1",
4
- "description": "A unified interface for multiple LLM providers with automatic fallback, featuring an OpenAI-compatible server, tool support, and a deployable Telegram bot.",
3
+ "version": "2.4.3",
4
+ "description": "A unified interface for multiple LLM providers with automatic fallback. This project includes an OpenAI-compatible server and a deployable Telegram bot with a Mini App interface. It supports major providers like OpenAI, Google, Grok, and more, ensuring reliability and flexibility for your AI applications.",
5
5
  "license": "ISC",
6
6
  "author": "mlibre",
7
7
  "type": "commonjs",
package/readme.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Unified AI Router
2
2
 
3
- A unified interface for multiple LLM providers with automatic fallback. Send one request to multiple AI models simultaneously. This project also includes an OpenAI-compatible server and a deployable Telegram bot with a Mini App interface.
3
+ A unified interface for multiple LLM providers with automatic fallback. This project includes an OpenAI-compatible server and a deployable Telegram bot with a Mini App interface. It supports major providers like OpenAI, Google, Grok, and more, ensuring reliability and flexibility for your AI applications.
4
4
 
5
5
  * [🚀 Features](#-features)
6
6
  * [🛠️ Installation](#️-installation)
@@ -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