mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
5b29a1e278
* refactor(providers): consolidate sibling adapters * fix(providers): preserve concrete plugin entry type
8 lines
204 B
TypeScript
8 lines
204 B
TypeScript
// Sglang API module exposes the plugin public contract.
|
|
export {
|
|
SGLANG_DEFAULT_API_KEY_ENV_VAR,
|
|
SGLANG_DEFAULT_BASE_URL,
|
|
SGLANG_MODEL_PLACEHOLDER,
|
|
SGLANG_PROVIDER_LABEL,
|
|
} from "./defaults.js";
|