mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 12:30:44 +00:00
refactor: trim provider discovery internal exports
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import type { ProviderPlugin } from "openclaw/plugin-sdk/provider-model-shared";
|
||||
import { buildBytePlusCodingProvider, buildBytePlusProvider } from "./provider-catalog.js";
|
||||
|
||||
export const bytePlusProviderDiscovery: ProviderPlugin[] = [
|
||||
const bytePlusProviderDiscovery: ProviderPlugin[] = [
|
||||
{
|
||||
id: "byteplus",
|
||||
label: "BytePlus",
|
||||
|
||||
Reference in New Issue
Block a user