unified-ai-router 3.4.9 → 3.5.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.
- package/.env.example +0 -1
- package/package.json +1 -1
- package/readme.md +1 -1
package/.env.example
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "unified-ai-router",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.5.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",
|
package/readme.md
CHANGED
|
@@ -159,7 +159,7 @@ Ensure `provider.js` is configured with API keys in `.env` (as above). Push to G
|
|
|
159
159
|
```
|
|
160
160
|
|
|
161
161
|
3. **Verify**:
|
|
162
|
-
- Access `https://your-service.onrender.com/models
|
|
162
|
+
- Access `https://your-service.onrender.com/models`.
|
|
163
163
|
|
|
164
164
|
See [Render docs](https://render.com/docs) for details.
|
|
165
165
|
|