New
🏠 Home
›
llama.cpp
›
tools
›
server
›
webui
›
src
›
lib
›
constants
›
auto-scroll.ts
TYPESCRIPT
auto-scroll.ts
92.0 B
2026-04-19 19:14
⬇️ Download
← Back
export const AUTO_SCROLL_INTERVAL = 100; export const AUTO_SCROLL_AT_BOTTOM_THRESHOLD = 10;