mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-09-05 04:21:03 +02:00
4 lines
132 B
TypeScript
4 lines
132 B
TypeScript
export const AUTO_SCROLL_INTERVAL = 100;
|
|
export const INITIAL_SCROLL_DELAY = 50;
|
|
export const AUTO_SCROLL_AT_BOTTOM_THRESHOLD = 10;
|