llama.cpp / tools /server /webui /src /lib /constants /auto-scroll.ts
dlxj
update to support gemma4
682b227
Raw
History Blame Contribute Delete
92 Bytes
export const AUTO_SCROLL_INTERVAL = 100;
export const AUTO_SCROLL_AT_BOTTOM_THRESHOLD = 10;