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