mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-09 22:39:13 +02:00
e21152dc96
* refactor: Constants * refactor: Constants/Enums cleanup * refactor: Constant objects instead of multiple single value constants * refactor: Cleanup constants
7 lines
129 B
TypeScript
7 lines
129 B
TypeScript
export const CLI_FLAGS = {
|
|
API_KEY: '--api-key',
|
|
MCP_PROXY: '--ui-mcp-proxy',
|
|
SLOTS: '--slots',
|
|
TOOLS: '--tools'
|
|
} as const;
|