mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-02 16:21:33 +00:00
* feat(plugin-sdk): add manifest model row builder * refactor(providers): share manifest model row building * refactor(providers): source defaults from manifests * refactor(providers): drop unconsumed builder aliases * fix(providers): keep Cohere catalog internal
5 lines
258 B
TypeScript
5 lines
258 B
TypeScript
// Deepseek API module exposes the plugin public contract.
|
|
export { DEEPSEEK_BASE_URL, DEEPSEEK_MODEL_CATALOG } from "./models.js";
|
|
export { buildDeepSeekProvider } from "./provider-catalog.js";
|
|
export { createDeepSeekV4ThinkingWrapper } from "./stream.js";
|