GHHG10's picture
download
raw
439 Bytes
import { Effect } from "effect"
import { PluginV2 } from "../../plugin"
export const GroqPlugin = PluginV2.define({
id: PluginV2.ID.make("groq"),
effect: Effect.gen(function* () {
return {
"aisdk.sdk": Effect.fn(function* (evt) {
if (evt.package !== "@ai-sdk/groq") return
const mod = yield* Effect.promise(() => import("@ai-sdk/groq"))
evt.sdk = mod.createGroq(evt.options)
}),
}
}),
})

Xet Storage Details

Size:
439 Bytes
·
Xet hash:
e69094552d66ab967b0ba0af4a73b72cb4bfb844eeccc18f8c9b588e816fe940

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.