mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-16 15:43:57 -06:00
5b29a1e278
* refactor(providers): consolidate sibling adapters * fix(providers): preserve concrete plugin entry type
5 lines
188 B
TypeScript
5 lines
188 B
TypeScript
// Volcengine provider module implements model/runtime integration.
|
|
import { VOLCENGINE_PROVIDER_CATALOG } from "./models.js";
|
|
|
|
export default VOLCENGINE_PROVIDER_CATALOG.staticDiscovery;
|