UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

12 lines (11 loc) 337 B
import { a as discoverVeniceModels, t as VENICE_BASE_URL } from "./models-swYCsLYS.js"; //#region extensions/venice/provider-catalog.ts async function buildVeniceProvider() { return { baseUrl: VENICE_BASE_URL, api: "openai-completions", models: await discoverVeniceModels() }; } //#endregion export { buildVeniceProvider as t };