@layer-ai/sdk 0.1.5 → 0.3.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 +4 -0
- package/dist/types/model-registry.d.ts +1637 -269
- package/dist/types/model-registry.d.ts.map +1 -1
- package/dist/types/model-registry.js +1438 -251
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -243,6 +243,10 @@ try {
|
|
|
243
243
|
|
|
244
244
|
## Examples
|
|
245
245
|
|
|
246
|
+
For complete working examples, check out the [layer-ai-examples](https://github.com/micah-nettey/layer-ai-examples) repository:
|
|
247
|
+
|
|
248
|
+
- **Content Generator** - Next.js app with smart routing for content generation
|
|
249
|
+
|
|
246
250
|
### Basic Completion
|
|
247
251
|
|
|
248
252
|
```typescript
|