unified-ai-router 3.2.9 → 3.3.0

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/docs/index.md +1 -1
  2. package/package.json +1 -1
package/docs/index.md CHANGED
@@ -3,7 +3,7 @@ layout: home
3
3
 
4
4
  hero:
5
5
  name: "Unified AI Router"
6
- text: "A lightweight OpenAI-compatible router in Nodejs"
6
+ text: "A lightweight OpenAI-compatible server in Nodejs"
7
7
  tagline: "OpenAI-compatible endpoints, automatic fallback, streaming support, and tool-calling — all in one lightweight package."
8
8
  actions:
9
9
  - theme: brand
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "unified-ai-router",
3
- "version": "3.2.9",
3
+ "version": "3.3.0",
4
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",