TdAI / llama.cpp /tools /ui /src /lib /constants /auto-scroll.ts
tda45's picture
Upload folder using huggingface_hub (part 8)
15c3607 verified
Raw
History Blame Contribute Delete
92 Bytes
export const AUTO_SCROLL_INTERVAL = 100;
export const AUTO_SCROLL_AT_BOTTOM_THRESHOLD = 10;