@curaious/uno 0.1.7 → 0.1.9

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/README.md CHANGED
@@ -19,7 +19,7 @@ Uno provides a unified interface for interacting with LLMs from OpenAI, Anthropi
19
19
  Start the gateway with Docker:
20
20
 
21
21
  ```bash
22
- npx --registry=https://npm.pkg.github.com @curaious/uno
22
+ npx @curaious/uno
23
23
  ```
24
24
 
25
25
  Open `http://localhost:3000` to configure providers and create virtual keys.
@@ -68,7 +68,7 @@ services:
68
68
  retries: 5
69
69
 
70
70
  uno-app:
71
- image: ${UNO_IMAGE:-praveen001/uno-gateway:latest}
71
+ image: ${UNO_IMAGE:-praveenraj9495/uno-gateway:latest}
72
72
  ports:
73
73
  - "6060:6060" # Backend API
74
74
  - "3000:3000" # Frontend UI
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@curaious/uno",
3
- "version": "0.1.7",
3
+ "version": "0.1.9",
4
4
  "description": "Uno - AI Gateway and Agent Framework",
5
5
  "bin": {
6
6
  "uno": "./bin/cli.js"