@adaline/gateway 1.11.0 → 1.12.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/README.md +1 -1
- package/dist/index.d.mts +5069 -477
- package/dist/index.d.ts +5069 -477
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -32,7 +32,7 @@ The only fully local production-grade Super SDK that provides a simple, unified,
|
|
|
32
32
|
### Install packages
|
|
33
33
|
|
|
34
34
|
```bash
|
|
35
|
-
npm install @adaline/gateway @adaline/types @adaline/openai @adaline/anthropic
|
|
35
|
+
npm install @adaline/gateway @adaline/types @adaline/openai @adaline/anthropic
|
|
36
36
|
```
|
|
37
37
|
|
|
38
38
|
### Create a Gateway object
|