UNPKG

askexperts

Version:

AskExperts SDK: build and use AI experts - ask them questions and pay with bitcoin on an open protocol

8 lines 283 B
import { createDBClient } from "../../db/utils.js"; export async function createDBClientForCommands(options) { const url = options.remote ? options.url || "https://api.askexperts.io" : undefined; return createDBClient(url); } //# sourceMappingURL=utils.js.map