6 lines
184 B
TypeScript
6 lines
184 B
TypeScript
export const LARGE_PASTE = { chars: 8000, lines: 80 }
|
|
export const LONG_MSG = 300
|
|
export const MAX_HISTORY = 800
|
|
export const THINKING_COT_MAX = 160
|
|
export const WHEEL_SCROLL_STEP = 6
|