chore: reorg. content files, add blinking cursor

This commit is contained in:
Danny Avila 2023-03-21 09:46:08 -04:00
parent 04796824d5
commit 0cc4aea204
11 changed files with 7 additions and 159 deletions

View file

@ -30,7 +30,7 @@ const createOnProgress = () => {
tokens = citeText(tokens, true);
}
sendMessage(res, { text: tokens + '', message: true, initial: i === 0, ...rest });
sendMessage(res, { text: tokens + '<span class="result-streaming">█</span>', message: true, initial: i === 0, ...rest });
i++;
};