mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-15 07:04:01 -06:00
5b29a1e278
* refactor(providers): consolidate sibling adapters * fix(providers): preserve concrete plugin entry type
7 lines
200 B
TypeScript
7 lines
200 B
TypeScript
/**
|
|
* Static provider discovery entries for BytePlus manifest-backed catalogs.
|
|
*/
|
|
import { BYTEPLUS_PROVIDER_CATALOG } from "./models.js";
|
|
|
|
export default BYTEPLUS_PROVIDER_CATALOG.staticDiscovery;
|