mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-07-02 09:10:21 +00:00
1ff0fc1384
* refactor: Scope console logs to `DEV` + `VITE_DEBUG` env vars * refactor: skip MCP proxy probe when no server requires it * refactor: suppress expected disconnect errors during MCP client shutdown * refactor: Deduplicate requests * refactor: deduplicate model fetching across ROUTER and MODEL modes * refactor: Clean up models logic * chore: Add `.env.example` file * refactor: replace client-side CORS proxy probe with server status flag * refactor: Post-review fixes * test: add vitest client setup with API fetch mocks
3 lines
52 B
Bash
3 lines
52 B
Bash
VITE_PUBLIC_APP_NAME='llama-ui'
|
|
# VITE_DEBUG='true'
|