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