unified-ai-router 3.1.3 โ†’ 3.1.5

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 +0 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "unified-ai-router",
3
- "version": "3.1.3",
3
+ "version": "3.1.5",
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",
package/readme.md CHANGED
@@ -12,7 +12,6 @@ It supports major providers like OpenAI, Google, Grok, and more, ensuring reliab
12
12
  - [๐Ÿ“– Usage](#-usage)
13
13
  - [๐Ÿ“š Basic Library Usage](#-basic-library-usage)
14
14
  - [๐Ÿ”Œ OpenAI-Compatible Server](#-openai-compatible-server)
15
- - [Setup](#setup)
16
15
  - [๐Ÿงช Testing](#-testing)
17
16
  - [๐Ÿ”ง Supported Providers](#-supported-providers)
18
17
  - [๐Ÿ”‘ API Keys](#-api-keys)
@@ -86,8 +85,6 @@ console.log(response);
86
85
  The OpenAI-compatible server provides a drop-in replacement for the OpenAI API. It routes requests through the unified router with fallback logic, ensuring high availability.
87
86
  The server uses the provider configurations defined in [provider.js](provider.js) file, and requires API keys set in a `.env` file.
88
87
 
89
- #### Setup
90
-
91
88
  1. Configure your providers in `provider.js`. Add new provider or modify existing ones with the appropriate `name`, `apiKey` (referencing the corresponding env variable), `model`, and `apiUrl` for the providers you want to use.
92
89
 
93
90
  2. Copy the example environment file: