mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 08:20:43 +00:00
Add DeepSeek V4 Flash/Pro support, update Pi packages to 0.70.2, and handle disabled thinking/None by stripping replayed reasoning content.
8 lines
236 B
TypeScript
8 lines
236 B
TypeScript
export {
|
|
buildDeepSeekModelDefinition,
|
|
DEEPSEEK_BASE_URL,
|
|
DEEPSEEK_MODEL_CATALOG,
|
|
} from "./models.js";
|
|
export { buildDeepSeekProvider } from "./provider-catalog.js";
|
|
export { createDeepSeekV4ThinkingWrapper } from "./stream.js";
|