mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 15:20: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 { buildDoubaoCodingProvider, buildDoubaoProvider } from "./provider-catalog.js";
|
||||
|
||||
export const volcengineProviderDiscovery: ProviderPlugin[] = [
|
||||
const volcengineProviderDiscovery: ProviderPlugin[] = [
|
||||
{
|
||||
id: "volcengine",
|
||||
label: "Volcengine",
|
||||
|
||||
Reference in New Issue
Block a user