TdAI / llama.cpp /tools /ui /src /lib /constants /cli-flags.ts
tda45's picture
Upload folder using huggingface_hub (part 8)
15c3607 verified
Raw
History Blame Contribute Delete
129 Bytes
export const CLI_FLAGS = {
API_KEY: '--api-key',
MCP_PROXY: '--ui-mcp-proxy',
SLOTS: '--slots',
TOOLS: '--tools'
} as const;