GHHG10's picture
download
raw
338 Bytes
import { createMemo } from "solid-js"
import { useSync } from "../context/sync"
export function useConnected() {
const sync = useSync()
return createMemo(() =>
sync.data.provider.some(
(provider) =>
provider.id !== "opencode" || Object.values(provider.models).some((model) => model.cost?.input !== 0),
),
)
}

Xet Storage Details

Size:
338 Bytes
·
Xet hash:
c5954e793678137882b6cfa034c1a2bae1b9c945e154309924ea6b2fea97f482

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