openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
13 lines (12 loc) • 488 B
JavaScript
import { r as createDeepSeekV4OpenAICompatibleThinkingWrapper } from "./provider-stream-shared-BIV_zuwB.js";
import { a as isDeepSeekV4ModelRef } from "./models-BJ5HzhT9.js";
//#region extensions/deepseek/stream.ts
function createDeepSeekV4ThinkingWrapper(baseStreamFn, thinkingLevel) {
return createDeepSeekV4OpenAICompatibleThinkingWrapper({
baseStreamFn,
thinkingLevel,
shouldPatchModel: isDeepSeekV4ModelRef
});
}
//#endregion
export { createDeepSeekV4ThinkingWrapper as t };