mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-20 17:54:31 +00:00
* webui: architecture foundation (non-MCP core refactors) * chore: update webui build output
8 lines
148 B
TypeScript
8 lines
148 B
TypeScript
export const PROCESSING_INFO_TIMEOUT = 2000;
|
|
|
|
/**
|
|
* Statistics units labels
|
|
*/
|
|
export const STATS_UNITS = {
|
|
TOKENS_PER_SECOND: 't/s'
|
|
} as const;
|