Buckets:
| import { Effect } from "effect" | |
| import { PluginV2 } from "../../plugin" | |
| export const DeepInfraPlugin = PluginV2.define({ | |
| id: PluginV2.ID.make("deepinfra"), | |
| effect: Effect.gen(function* () { | |
| return { | |
| "aisdk.sdk": Effect.fn(function* (evt) { | |
| if (evt.package !== "@ai-sdk/deepinfra") return | |
| const mod = yield* Effect.promise(() => import("@ai-sdk/deepinfra")) | |
| evt.sdk = mod.createDeepInfra(evt.options) | |
| }), | |
| } | |
| }), | |
| }) | |
Xet Storage Details
- Size:
- 464 Bytes
- Xet hash:
- 13249c23a76467b1eb464e662a48bb70591785e62822ba8191f2a865bd2ac308
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.