mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-20 21:04:45 +08:00
feat: support dark mode
This commit is contained in:
@@ -64,9 +64,9 @@ async function* chatStreamMock(
|
||||
const [, event] = eventRaw.split("event: ", 2) as [string, string];
|
||||
const [, data] = dataRaw.split("data: ", 2) as [string, string];
|
||||
if (event === "message_chunk") {
|
||||
await sleep(0);
|
||||
await sleep(100);
|
||||
} else if (event === "tool_call_result") {
|
||||
await sleep(0);
|
||||
await sleep(4000);
|
||||
}
|
||||
try {
|
||||
yield {
|
||||
|
||||
Reference in New Issue
Block a user