@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 +1 -1
- package/deployments/docker-compose.yaml +1 -1
- package/package.json +1 -1
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
|
|
22
|
+
npx @curaious/uno
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
Open `http://localhost:3000` to configure providers and create virtual keys.
|